diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000000..948c874427 --- /dev/null +++ b/.tool-versions @@ -0,0 +1,3 @@ +java adoptopenjdk-8.0.275+1 +maven 3.8.4 +nodejs 16.14.0 diff --git a/README.md b/README.md index d76016d951..31ca3404a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Restlet Framework -## The leading REST API framework for Java +## The first REST API framework for Java Thanks to Restlet Framework's powerful routing and filtering capabilities, unified client and server Java API, developers can build secure and scalable RESTful web APIs. @@ -20,9 +20,9 @@ To learn more about Restlet Framework, please have a look at the following resou * [Change Log](https://restlet.talend.com/documentation/2.4/changelog) * [Download](https://restlet.talend.com/downloads/current/) * [Issue Tracker](https://github.com/restlet/restlet-framework-java/issues) -* [Mailing List](https://groups.google.com/a/restlet.org/forum/#!forum/framework-discuss) +* [Discussions](https://github.com/restlet/restlet-framework-java/discussions) * [Stack Overflow](http://stackoverflow.com/questions/tagged/restlet) -Copyright 2020 Talend +Copyright 2024 Qlik [![Build Status](https://travis-ci.org/restlet/restlet-framework-java.svg?branch=2.4)](https://travis-ci.org/restlet/restlet-framework-java) diff --git a/build/build.properties b/build/build.properties index 2d228b2348..c6ffeb08be 100644 --- a/build/build.properties +++ b/build/build.properties @@ -1,12 +1,12 @@ -# ======================================================================= -# Restlet Framework build properties file - Copyright 2005-2020 Talend -# ======================================================================= +# ==================================================================== +# Restlet Framework build properties file - Copyright 2005-2024 Qlik +# ==================================================================== # The version numbers major-number: 2 minor-number: 4 # the last figure of the real release number: e.g. 1 in "2.2m1", "2.3rc1", "2.4.1" -release-number:4 +release-number:5 # choose among: final, snapshot, rc, milestone meta.release-type: snapshot version-minor: ${major-number}.${minor-number} diff --git a/build/build.xml b/build/build.xml index 3699fc4339..840b35e04e 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1,8 +1,8 @@ - + diff --git a/build/tmpl/editions/build.xml b/build/tmpl/editions/build.xml index 221dc98cf8..e6a585d099 100644 --- a/build/tmpl/editions/build.xml +++ b/build/tmpl/editions/build.xml @@ -1,8 +1,8 @@ - + diff --git a/build/tmpl/editions/edition.properties b/build/tmpl/editions/edition.properties index b0a30e7bc2..ee0cfbfd19 100644 --- a/build/tmpl/editions/edition.properties +++ b/build/tmpl/editions/edition.properties @@ -1,6 +1,6 @@ -# ====================================================================== -# Restlet edition properties file - Copyright 2005-${currentYear} Talend -# ====================================================================== +# =================================================================== +# Restlet edition properties file - Copyright 2005-${currentYear} Qlik +# =================================================================== edition: ${edition.id} edition-full-label: ${edition.fullLabel} diff --git a/build/tmpl/editions/javadocs.tmpl b/build/tmpl/editions/javadocs.tmpl index 0aacdfc8e0..7bd9b2f5d8 100644 --- a/build/tmpl/editions/javadocs.tmpl +++ b/build/tmpl/editions/javadocs.tmpl @@ -21,7 +21,7 @@ JAVADOC target --> source="${jdk.compilation.version}" verbose="${verbose}"> - Copyright © 2005-${current-year} Restlet.]]> + Copyright © 2005-${current-year} Restlet.]]>
Restlet Framework ${version-full}
${edition-full-label}]]> @@ -52,7 +52,7 @@ JAVADOC target --> source="${jdk.compilation.version}" verbose="${verbose}"> - Copyright © 2005-${current-year} Restlet.]]> + Copyright © 2005-${current-year} Restlet.]]>
Restlet Framework ${version-full}
${edition-full-label}]]> @@ -93,7 +93,7 @@ JAVADOC target --> source="${jdk.compilation.version}" verbose="${verbose}"> - Copyright © 2005-${current-year} Restlet.]]> + Copyright © 2005-${current-year} Restlet.]]>
Restlet Framework ${version-full}
${edition-full-label}]]> diff --git a/build/tmpl/editions/libraries.properties b/build/tmpl/editions/libraries.properties index 91d99090e8..21a144cc61 100644 --- a/build/tmpl/editions/libraries.properties +++ b/build/tmpl/editions/libraries.properties @@ -1,7 +1,7 @@ <#compress> -# ====================================================================== -# Restlet libraries properties file - Copyright 2005-${currentYear} Talend -# ====================================================================== +# =================================================================== +# Restlet libraries properties file - Copyright 2005-${currentYear} Qlik +# =================================================================== <#list edition.libraries?sort_by("id") as library> lib-${library.id}-root: ${library.rootDirectory} diff --git a/build/tmpl/editions/maven-javadocs.tmpl b/build/tmpl/editions/maven-javadocs.tmpl index 84f0cf9fc8..fe9a62880f 100644 --- a/build/tmpl/editions/maven-javadocs.tmpl +++ b/build/tmpl/editions/maven-javadocs.tmpl @@ -16,7 +16,7 @@ maven JAVADOC target --> source="${jdk.compilation.version}" verbose="${verbose}"> - Copyright © 2005-${current-year} Restlet.]]> + Copyright © 2005-${current-year} Restlet.]]> <#list edition.javadocsLinks as link> diff --git a/build/tmpl/editions/modules.properties b/build/tmpl/editions/modules.properties index 00ea2569c0..11b6460773 100644 --- a/build/tmpl/editions/modules.properties +++ b/build/tmpl/editions/modules.properties @@ -1,6 +1,6 @@ -# ====================================================================== -# Restlet modules properties file - Copyright 2005-${currentYear} Talend -# ====================================================================== +# =================================================================== +# Restlet modules properties file - Copyright 2005-${currentYear} Qlik +# =================================================================== <#list edition.modules?sort_by("id") as module> mod-${module.id}-id: ${module.package} diff --git a/build/tmpl/editions/org.restlet.parent.pom.tmpl b/build/tmpl/editions/org.restlet.parent.pom.tmpl index 5a7e5ed59a..11c3d9cc3f 100644 --- a/build/tmpl/editions/org.restlet.parent.pom.tmpl +++ b/build/tmpl/editions/org.restlet.parent.pom.tmpl @@ -18,30 +18,21 @@ - - maven-central - Central Maven repository - http://repo1.maven.org/maven2/ - - - maven2-java - Java.net repository - http://download.java.net/maven/2 - - maven1-java - http://download.java.net/maven/1 - legacy + maven2-java + Java.net repository + https://download.java.net/maven/2 + + + maven-restlet + Restlet repository + https://maven.restlet.org - - maven-restlet - Restlet repository - http://maven.restlet.org - UTF-8 + 1.8 <#list edition.libraries as library> <#list library.packages?sort as package> <#if package.mavenVersion??>${package.mavenVersion}<#else>${library.minorVersion}<#if library.versionSuffix??>.${library.versionSuffix} @@ -77,9 +68,8 @@ http://www.opensource.org/licenses/eclipse-1.0 - - <#noparse> + ${basedir}/src @@ -94,16 +84,17 @@ - org.apache.maven.plugins maven-compiler-plugin + 3.13.0 - 1.5 - 1.5 + ${java-version} + ${java-version} - + + diff --git a/build/tmpl/javadocs/overview-api.tmpl b/build/tmpl/javadocs/overview-api.tmpl index bcdafca348..032f3a4eb3 100644 --- a/build/tmpl/javadocs/overview-api.tmpl +++ b/build/tmpl/javadocs/overview-api.tmpl @@ -5,7 +5,7 @@ Restlet Framework is a RESTful Web API framework for Java. This documentation co Restlet Engine. In addition, there are several Restlet Extensions available.

-The Restlet Framework is led by Restlet, Inc. +The Restlet Framework is led by Restlet, Inc. with the help of the Restlet community. @see REST dissertation by Roy T. Fielding diff --git a/build/tmpl/javadocs/overview-engine.tmpl b/build/tmpl/javadocs/overview-engine.tmpl index 91904310fb..71ac3fbddd 100644 --- a/build/tmpl/javadocs/overview-engine.tmpl +++ b/build/tmpl/javadocs/overview-engine.tmpl @@ -4,7 +4,7 @@ Restlet Engine is the implementation of the Restlet, Inc. +The Restlet Framework is led by Restlet, Inc. with the help of the Restlet community. @see REST dissertation by Roy T. Fielding diff --git a/build/tmpl/javadocs/overview-ext.tmpl b/build/tmpl/javadocs/overview-ext.tmpl index 8fca06197b..8909cac6ef 100644 --- a/build/tmpl/javadocs/overview-ext.tmpl +++ b/build/tmpl/javadocs/overview-ext.tmpl @@ -4,7 +4,7 @@ Restlet Extensions extend the Restlet and the Restlet Engine. This documentation corresponds to the @edition-full-label@ edition.

-The Restlet Framework is led by Restlet, Inc. +The Restlet Framework is led by Restlet, Inc. with the help of the Restlet community. @see REST dissertation by Roy T. Fielding diff --git a/build/tmpl/poms/org.restlet.parent.pom b/build/tmpl/poms/org.restlet.parent.pom index f9a5ab56bf..92d508fed6 100644 --- a/build/tmpl/poms/org.restlet.parent.pom +++ b/build/tmpl/poms/org.restlet.parent.pom @@ -2,7 +2,37 @@ + 4.0.0 + ${ant["parent-maven-groupId"]} + ${ant["parent-maven-artifactId"]} + ${ant["parent-maven-version"]} + pom + + Restlet project + Lightweight REST framework + http://restlet.org + 2005 + + + http://restlet.tigris.org/svn/restlet/modules/ + + + + + maven2-java + Java.net repository + https://download.java.net/maven/2 + + + maven-restlet + Restlet repository + https://maven.restlet.org + + + + UTF-8 + 1.8 <#list lib?keys?sort as key> <#if key?starts_with("lib-")> <#if key?ends_with("-maven-version")> @@ -22,50 +52,6 @@ - 4.0.0 - ${ant["parent-maven-groupId"]} - ${ant["parent-maven-artifactId"]} - ${ant["parent-maven-version"]} - pom - - Restlet project - Lightweight REST framework - http://restlet.org - 2005 - - - http://restlet.tigris.org/svn/restlet/modules/ - - - - - maven-central - Central Maven repository - http://repo1.maven.org/maven2 - - - maven2-java - Java.net repository (Maven 2) - http://download.java.net/maven/2 - - - maven1-java - Java.net repository (Maven 1) - http://download.java.net/maven/1 - legacy - - - maven2-jboss - JBoss repository - http://repository.jboss.com/maven2 - - - maven-restlet - Restlet repository - http://maven.restlet.org - - - org.restlet org.restlet.ext.atom @@ -127,8 +113,8 @@ - <#noparse> + ${basedir}/src @@ -143,16 +129,17 @@ - org.apache.maven.plugins maven-compiler-plugin + 3.13.0 - 1.5 - 1.5 + ${java-version} + ${java-version} + diff --git a/build/tmpl/poms/org.restlet.parent.pom.tmpl b/build/tmpl/poms/org.restlet.parent.pom.tmpl index 65a66fe795..fd6dbdc9d0 100644 --- a/build/tmpl/poms/org.restlet.parent.pom.tmpl +++ b/build/tmpl/poms/org.restlet.parent.pom.tmpl @@ -2,22 +2,6 @@ - -<#list project.libraries?values?sort_by("id") as library> - <#list library.packages?sort as package> - <#if package.mavenVersion??> - ${package.mavenVersion} - <#else> - <#if library.versionSuffix??> - ${library.minorVersion}.${library.versionSuffix} - <#else> - ${library.minorVersion} - - - - - - 4.0.0 org.restlet.dev ${ant["parent-maven-artifactId"]} @@ -26,7 +10,7 @@ Restlet Framework Lightweight RESTful web API framework - http://restlet.org + https://restlet.talend.com 2005 @@ -34,34 +18,36 @@ - - maven-central - Central Maven repository - http://repo1.maven.org/maven2 - - - maven2-java - Java.net repository (Maven 2) - http://download.java.net/maven/2 - - - maven1-java - Java.net repository (Maven 1) - http://download.java.net/maven/1 - legacy - - - maven2-jboss - JBoss repository - http://repository.jboss.com/maven2 - - - maven-restlet - Restlet repository - http://maven.restlet.org - + + maven2-java + Java.net repository + https://download.java.net/maven/2 + + + maven-restlet + Restlet repository + https://maven.restlet.org + + + UTF-8 + 1.8 +<#list project.libraries?values?sort_by("id") as library> + <#list library.packages?sort as package> + <#if package.mavenVersion??> + ${package.mavenVersion} + <#else> + <#if library.versionSuffix??> + ${library.minorVersion}.${library.versionSuffix} + <#else> + ${library.minorVersion} + + + + + + <#list project.modules?values?sort_by("id") as module> ${module.package} @@ -91,8 +77,8 @@ - <#noparse> + ${basedir}/src @@ -107,16 +93,17 @@ - org.apache.maven.plugins maven-compiler-plugin + 3.13.0 - 1.5 - 1.5 + ${java-version} + ${java-version} + diff --git a/build/tmpl/text/changes.txt b/build/tmpl/text/changes.txt index 3566bedcb8..ed51df13cf 100644 --- a/build/tmpl/text/changes.txt +++ b/build/tmpl/text/changes.txt @@ -3,7 +3,55 @@ Changes log =========== -- @version-full@ (@release-date@) +@version-full@ (@release-date@) + +- 2.4.4 (06/10/2024) + - Bugs fixed + - Prevent clearing of current application set as thread variable. Issue #1317. + Reported by rmbrad and contributed by Thomas Taylor. + - Enforce directory path transversal issue. Issue #1332 + - Misc + - Deprecated extension "org.restlet.ext.platform" which is planned to be dropped in + future version 2.5. + - Upgraded library cglib to "3.3.0". Issue #1407. + - Upgraded library jackson to "2.16.1". Issue #1407. + - Upgraded library gson to "2.10.1". Issue #1407. + - Upgraded guava gson to "33.1.0-jre". Issue #1407. + - Upgraded library guice to "6.0.0". Issue #1407. + - Upgraded library commons-codec to "1.17.0". Issue #1407. + - Upgraded library commons-collections to "3.2.2". Issue #1407. + - Upgraded library commons-dbcp to "1.4". Issue #1407. + - Upgraded library commons-fileupload to "1.5". Issue #1407. + - Upgraded library commons-io to "2.16.1". Issue #1407. + - Upgraded library commons-logging to "1.3.1". Issue #1407. + - Upgraded library commons-pool to "1.6". Issue #1407. + - Upgraded library jaxb-impl to "2.3.9". Issue #1407. + - Upgraded library javax.mail to "1.4.7". Issue #1407. + - Upgraded library joda-time to "2.12.6". Issue #1407. + - Upgraded library nekohtml to "1.9.22". Issue #1407. + - Upgraded library commons-lang3 to "3.14.0". Issue #1407. + - Upgraded library httpclient to "4.5.14". Issue #1407. + - Upgraded library httpcore to "4.4.16". Issue #1407. + - Upgraded library httpmime to "4.5.14". Issue #1407. + - Upgraded library apache-mime4j-core to "0.8.9". Issue #1407. + - Upgraded library lucene to "9.9.1". Issue #1407. + - Upgraded library solr to "8.11.2". Issue #1407. + - Upgraded library tika to "1.28.5". Issue #1407. + - Upgraded library velocity to "2.3". Issue #1407. + - Upgraded library woodstox to "4.2.2". Issue #1407. + - Upgraded library woodstox to "4.4.1". Issue #1407. + - Upgraded library emf.core to "2.35.0". Issue #1407. + - Upgraded library jetty to "9.4.54.v20240208". Issue #1407. + - Upgraded library freemarker to "2.3.32". Issue #1407. + - Upgraded library resteasy to "3.15.6.Final". Issue #1407. + - Upgraded library org.json to "20231013". Issue #1407. + - Upgraded library raml-parser to "0.8.40". Issue #1407. + - Upgraded library scala to "2.13.13". Issue #1407. + - Upgraded library slf4j to "2.0.13". Issue #1407. + - Upgraded library springframework to "5.3.34". Issue #1407. + - Upgraded library thymeleaf to "2.1.6.RELEASE". Issue #1407. + - Upgraded library snakeyaml to "2.2". Issue #1407. + - Upgraded library testng to "7.5.1". Issue #1407. - 2.4.3 (01/28/2020) - Bugs fixed diff --git a/build/tmpl/text/copyright.txt b/build/tmpl/text/copyright.txt index 6bcc1e27b8..3a84f24a3f 100644 --- a/build/tmpl/text/copyright.txt +++ b/build/tmpl/text/copyright.txt @@ -17,12 +17,12 @@ agreements. For questions, please contact the copyright holder: 2 place de la Defense 92053 Paris La Defense FRANCE - http://restlet.com/legal + https://restlet.talend.com/legal mailto:legal@restlet.com ________________________________________________________________________________ -Copyright 2005-2020 Talend +Copyright 2005-2024 Qlik The contents of this file are subject to the terms of one of the following open source licenses: Apache 2.0 or LGPL 3.0 or LGPL 2.1 or CDDL 1.0 or EPL diff --git a/build/tmpl/text/readme.txt b/build/tmpl/text/readme.txt index c438bc0024..ec1a58b42f 100644 --- a/build/tmpl/text/readme.txt +++ b/build/tmpl/text/readme.txt @@ -81,4 +81,4 @@ Scalability - Supports asynchronous request processing, decoupled from IO operations. Unlike the Servlet API, the Restlet applications don't have a direct control on the outputstream, they only provide output representation to be written by the server connector. Copyright 2005-2020 Talend -Restlet is a registered trademark of Talend S.A. +Restlet is a registered trademark of QlikTech International AB. diff --git a/incubator/org.restlet.ext.webdav/pom.xml b/incubator/org.restlet.ext.webdav/pom.xml index cb34592e68..b3aac6e38a 100644 --- a/incubator/org.restlet.ext.webdav/pom.xml +++ b/incubator/org.restlet.ext.webdav/pom.xml @@ -5,7 +5,7 @@ org.restlet.dev org.restlet.incubator - 2.2-SNAPSHOT + 2.4-SNAPSHOT org.restlet.ext.webdav @@ -15,7 +15,7 @@ org.restlet.dev org.restlet - ${project.version} + 2.4-SNAPSHOT diff --git a/incubator/pom.xml b/incubator/pom.xml index f4a910fd9c..94159d35dd 100644 --- a/incubator/pom.xml +++ b/incubator/pom.xml @@ -5,7 +5,7 @@ org.restlet.dev org.restlet.incubator - 2.2-SNAPSHOT + 2.4-SNAPSHOT pom Restlet Incubator diff --git a/libraries/com.fasterxml.jackson_2.9/.gitignore b/libraries/com.fasterxml.jackson_2.17/.gitignore similarity index 100% rename from libraries/com.fasterxml.jackson_2.9/.gitignore rename to libraries/com.fasterxml.jackson_2.17/.gitignore diff --git a/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.annotations.jar b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.annotations.jar new file mode 100644 index 0000000000..fea230d953 Binary files /dev/null and b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.annotations.jar differ diff --git a/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.core.jar b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.core.jar new file mode 100644 index 0000000000..00921a374d Binary files /dev/null and b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.core.jar differ diff --git a/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.csv.jar b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.csv.jar new file mode 100644 index 0000000000..0e1ae9c559 Binary files /dev/null and b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.csv.jar differ diff --git a/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.databind.jar b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.databind.jar new file mode 100644 index 0000000000..01bb74035c Binary files /dev/null and b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.databind.jar differ diff --git a/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.jaxb.jar b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.jaxb.jar new file mode 100644 index 0000000000..ceb8a97613 Binary files /dev/null and b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.jaxb.jar differ diff --git a/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.jsonschema.jar b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.jsonschema.jar new file mode 100644 index 0000000000..aacee0177a Binary files /dev/null and b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.jsonschema.jar differ diff --git a/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.smile.jar b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.smile.jar new file mode 100644 index 0000000000..0a73073df7 Binary files /dev/null and b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.smile.jar differ diff --git a/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.xml.jar b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.xml.jar new file mode 100644 index 0000000000..4d0b39f2b7 Binary files /dev/null and b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.xml.jar differ diff --git a/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.yaml.jar b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.yaml.jar new file mode 100644 index 0000000000..270349a911 Binary files /dev/null and b/libraries/com.fasterxml.jackson_2.17/com.fasterxml.jackson.yaml.jar differ diff --git a/libraries/com.fasterxml.jackson_2.9/library.xml b/libraries/com.fasterxml.jackson_2.17/library.xml similarity index 98% rename from libraries/com.fasterxml.jackson_2.9/library.xml rename to libraries/com.fasterxml.jackson_2.17/library.xml index 91e38c8795..f1d79b9407 100644 --- a/libraries/com.fasterxml.jackson_2.9/library.xml +++ b/libraries/com.fasterxml.jackson_2.17/library.xml @@ -1,8 +1,8 @@ High-performance JSON processor High-performance JSON processor - 2.9 - 6 + 2.17 + 0 http://jackson.codehaus.org/ http://wiki.fasterxml.com/JacksonDownload The Codehaus foundation diff --git a/libraries/com.fasterxml.jackson_2.9/license.txt b/libraries/com.fasterxml.jackson_2.17/license.txt similarity index 100% rename from libraries/com.fasterxml.jackson_2.9/license.txt rename to libraries/com.fasterxml.jackson_2.17/license.txt diff --git a/libraries/com.fasterxml.jackson_2.9/readme.txt b/libraries/com.fasterxml.jackson_2.17/readme.txt similarity index 100% rename from libraries/com.fasterxml.jackson_2.9/readme.txt rename to libraries/com.fasterxml.jackson_2.17/readme.txt diff --git a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.annotations.jar b/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.annotations.jar deleted file mode 100644 index 51412a578d..0000000000 Binary files a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.annotations.jar and /dev/null differ diff --git a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.core.jar b/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.core.jar deleted file mode 100644 index 09e7dd20a5..0000000000 Binary files a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.core.jar and /dev/null differ diff --git a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.csv.jar b/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.csv.jar deleted file mode 100644 index 4a973b7533..0000000000 Binary files a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.csv.jar and /dev/null differ diff --git a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.databind.jar b/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.databind.jar deleted file mode 100644 index e8eb658674..0000000000 Binary files a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.databind.jar and /dev/null differ diff --git a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.jaxb.jar b/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.jaxb.jar deleted file mode 100644 index c138925ba5..0000000000 Binary files a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.jaxb.jar and /dev/null differ diff --git a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.jsonschema.jar b/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.jsonschema.jar deleted file mode 100644 index a94d61b50f..0000000000 Binary files a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.jsonschema.jar and /dev/null differ diff --git a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.smile.jar b/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.smile.jar deleted file mode 100644 index 4d5427dbf5..0000000000 Binary files a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.smile.jar and /dev/null differ diff --git a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.xml.jar b/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.xml.jar deleted file mode 100644 index 5574b60306..0000000000 Binary files a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.xml.jar and /dev/null differ diff --git a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.yaml.jar b/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.yaml.jar deleted file mode 100644 index 49d5fb5fbe..0000000000 Binary files a/libraries/com.fasterxml.jackson_2.9/com.fasterxml.jackson.yaml.jar and /dev/null differ diff --git a/libraries/com.google.appengine_1.9/com.google.appengine.jar b/libraries/com.google.appengine_1.9/com.google.appengine.jar index d7cb68954d..55d50fbfca 100644 Binary files a/libraries/com.google.appengine_1.9/com.google.appengine.jar and b/libraries/com.google.appengine_1.9/com.google.appengine.jar differ diff --git a/libraries/com.google.appengine_1.9/library.xml b/libraries/com.google.appengine_1.9/library.xml index de8445a040..4d283b05b6 100644 --- a/libraries/com.google.appengine_1.9/library.xml +++ b/libraries/com.google.appengine_1.9/library.xml @@ -2,7 +2,7 @@ Google App Engine API Google App Engine API. 1.9 - 15 + 98 http://code.google.com/appengine/ http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Java Google Inc. diff --git a/libraries/com.google.guava_26.0/.gitignore b/libraries/com.google.failureaccess_1.0/.gitignore similarity index 100% rename from libraries/com.google.guava_26.0/.gitignore rename to libraries/com.google.failureaccess_1.0/.gitignore diff --git a/libraries/com.google.failureaccess_1.0/build.properties b/libraries/com.google.failureaccess_1.0/build.properties new file mode 100644 index 0000000000..db245d6cfe --- /dev/null +++ b/libraries/com.google.failureaccess_1.0/build.properties @@ -0,0 +1,2 @@ +bin.includes = META-INF/,\ + com.google.failureaccess.jar diff --git a/libraries/com.google.failureaccess_1.0/com.google.failureaccess.jar b/libraries/com.google.failureaccess_1.0/com.google.failureaccess.jar new file mode 100644 index 0000000000..d73ab80bf3 Binary files /dev/null and b/libraries/com.google.failureaccess_1.0/com.google.failureaccess.jar differ diff --git a/libraries/com.google.failureaccess_1.0/library.xml b/libraries/com.google.failureaccess_1.0/library.xml new file mode 100644 index 0000000000..650ecc2c6f --- /dev/null +++ b/libraries/com.google.failureaccess_1.0/library.xml @@ -0,0 +1,19 @@ + + Google Guava failureaccess + Google Guava failureacces. + 1.0 + 2 + http://code.google.com/p/guava/ + Google Inc. + + + + com.google.guava + failureaccess + 1.0.2 + + + + + + diff --git a/libraries/com.google.gson_2.3/license.txt b/libraries/com.google.failureaccess_1.0/license.txt similarity index 100% rename from libraries/com.google.gson_2.3/license.txt rename to libraries/com.google.failureaccess_1.0/license.txt diff --git a/libraries/com.google.guava_26.0/readme.txt b/libraries/com.google.failureaccess_1.0/readme.txt similarity index 100% rename from libraries/com.google.guava_26.0/readme.txt rename to libraries/com.google.failureaccess_1.0/readme.txt diff --git a/libraries/com.google.gson_2.10/com.google.gson.jar b/libraries/com.google.gson_2.10/com.google.gson.jar new file mode 100644 index 0000000000..a88c5bd9b5 Binary files /dev/null and b/libraries/com.google.gson_2.10/com.google.gson.jar differ diff --git a/libraries/com.google.gson_2.3/library.xml b/libraries/com.google.gson_2.10/library.xml similarity index 96% rename from libraries/com.google.gson_2.3/library.xml rename to libraries/com.google.gson_2.10/library.xml index fcea404fee..c58e5725b1 100644 --- a/libraries/com.google.gson_2.3/library.xml +++ b/libraries/com.google.gson_2.10/library.xml @@ -1,7 +1,7 @@ Google GSon Google GSon. - 2.3 + 2.10 1 http://code.google.com/p/google-gson/ http://code.google.com/p/google-gson/downloads/list diff --git a/libraries/com.google.guava_26.0/license.txt b/libraries/com.google.gson_2.10/license.txt similarity index 100% rename from libraries/com.google.guava_26.0/license.txt rename to libraries/com.google.gson_2.10/license.txt diff --git a/libraries/com.google.gson_2.3/readme.txt b/libraries/com.google.gson_2.10/readme.txt similarity index 100% rename from libraries/com.google.gson_2.3/readme.txt rename to libraries/com.google.gson_2.10/readme.txt diff --git a/libraries/com.google.gson_2.3/com.google.gson.jar b/libraries/com.google.gson_2.3/com.google.gson.jar deleted file mode 100644 index 250132c197..0000000000 Binary files a/libraries/com.google.gson_2.3/com.google.gson.jar and /dev/null differ diff --git a/libraries/com.google.guava_26.0/com.google.guava.jar b/libraries/com.google.guava_26.0/com.google.guava.jar deleted file mode 100644 index cd71a92f84..0000000000 Binary files a/libraries/com.google.guava_26.0/com.google.guava.jar and /dev/null differ diff --git a/libraries/com.google.guava_33.1/.gitignore b/libraries/com.google.guava_33.1/.gitignore new file mode 100644 index 0000000000..5e56e040ec --- /dev/null +++ b/libraries/com.google.guava_33.1/.gitignore @@ -0,0 +1 @@ +/bin diff --git a/libraries/com.google.guava_26.0/build.properties b/libraries/com.google.guava_33.1/build.properties similarity index 100% rename from libraries/com.google.guava_26.0/build.properties rename to libraries/com.google.guava_33.1/build.properties diff --git a/libraries/com.google.guava_33.1/com.google.guava.jar b/libraries/com.google.guava_33.1/com.google.guava.jar new file mode 100644 index 0000000000..7887bd4f96 Binary files /dev/null and b/libraries/com.google.guava_33.1/com.google.guava.jar differ diff --git a/libraries/com.google.guava_26.0/library.xml b/libraries/com.google.guava_33.1/library.xml similarity index 83% rename from libraries/com.google.guava_26.0/library.xml rename to libraries/com.google.guava_33.1/library.xml index 693dff51f1..e2e66b83c8 100644 --- a/libraries/com.google.guava_26.0/library.xml +++ b/libraries/com.google.guava_33.1/library.xml @@ -1,7 +1,8 @@ Google Guava Google Guava. - 26.0 + 33.1 + 0-jre http://code.google.com/p/guava/ Google Inc. @@ -9,7 +10,7 @@ com.google.guava guava - 26.0-jre + 33.0.0-jre diff --git a/libraries/net.sf.cglib_2.2/license.txt b/libraries/com.google.guava_33.1/license.txt similarity index 100% rename from libraries/net.sf.cglib_2.2/license.txt rename to libraries/com.google.guava_33.1/license.txt diff --git a/libraries/com.google.guava_33.1/readme.txt b/libraries/com.google.guava_33.1/readme.txt new file mode 100644 index 0000000000..a09802f138 --- /dev/null +++ b/libraries/com.google.guava_33.1/readme.txt @@ -0,0 +1,11 @@ +------------------------------------------- +Guava - Google Core Libraries for Java 1.6+ +------------------------------------------- + +"The Guava project contains several of Google's core libraries that we rely on +in our Java-based projects: collections, caching, primitives support, +concurrency libraries, common annotations, string processing, I/O, and so +forth." + +For more information: +https://code.google.com/p/guava-libraries/ \ No newline at end of file diff --git a/libraries/com.google.guice_3.0/com.google.guice.jar b/libraries/com.google.guice_3.0/com.google.guice.jar deleted file mode 100644 index 76be5e0dd4..0000000000 Binary files a/libraries/com.google.guice_3.0/com.google.guice.jar and /dev/null differ diff --git a/libraries/com.google.guice_6.0/com.google.guice.jar b/libraries/com.google.guice_6.0/com.google.guice.jar new file mode 100644 index 0000000000..138ae40cab Binary files /dev/null and b/libraries/com.google.guice_6.0/com.google.guice.jar differ diff --git a/libraries/com.google.guice_3.0/library.xml b/libraries/com.google.guice_6.0/library.xml similarity index 86% rename from libraries/com.google.guice_3.0/library.xml rename to libraries/com.google.guice_6.0/library.xml index 296d76fb3f..f746d28196 100644 --- a/libraries/com.google.guice_3.0/library.xml +++ b/libraries/com.google.guice_6.0/library.xml @@ -1,7 +1,8 @@ Google Guice Google Guice. - 3.0 + 6.0 + 0 http://code.google.com/p/google-guice/ http://code.google.com/p/google-guice/downloads/list @@ -17,6 +18,7 @@ + diff --git a/libraries/com.google.guice_3.0/license.txt b/libraries/com.google.guice_6.0/license.txt similarity index 100% rename from libraries/com.google.guice_3.0/license.txt rename to libraries/com.google.guice_6.0/license.txt diff --git a/libraries/com.google.guice_3.0/readme.txt b/libraries/com.google.guice_6.0/readme.txt similarity index 100% rename from libraries/com.google.guice_3.0/readme.txt rename to libraries/com.google.guice_6.0/readme.txt diff --git a/libraries/com.sun.xml.bind_2.1/com.sun.jaxb.jar b/libraries/com.sun.xml.bind_2.1/com.sun.jaxb.jar deleted file mode 100644 index 392e6827a3..0000000000 Binary files a/libraries/com.sun.xml.bind_2.1/com.sun.jaxb.jar and /dev/null differ diff --git a/libraries/com.sun.xml.bind_2.3/com.sun.jaxb.jar b/libraries/com.sun.xml.bind_2.3/com.sun.jaxb.jar new file mode 100644 index 0000000000..c706ab465b Binary files /dev/null and b/libraries/com.sun.xml.bind_2.3/com.sun.jaxb.jar differ diff --git a/libraries/com.sun.xml.bind_2.1/library.xml b/libraries/com.sun.xml.bind_2.3/library.xml similarity index 93% rename from libraries/com.sun.xml.bind_2.1/library.xml rename to libraries/com.sun.xml.bind_2.3/library.xml index eff9407325..e8e3182786 100644 --- a/libraries/com.sun.xml.bind_2.1/library.xml +++ b/libraries/com.sun.xml.bind_2.3/library.xml @@ -1,8 +1,8 @@ Java Architecture for XML Binding Java Architecture for XML Binding. - 2.1 - 12 + 2.3 + 9 https://jaxb.dev.java.net/ https://jaxb.dev.java.net/servlets/ProjectDocumentList Sun Microsystems Inc. diff --git a/libraries/com.sun.xml.bind_2.1/license.txt b/libraries/com.sun.xml.bind_2.3/license.txt similarity index 100% rename from libraries/com.sun.xml.bind_2.1/license.txt rename to libraries/com.sun.xml.bind_2.3/license.txt diff --git a/libraries/com.sun.xml.bind_2.1/readme.txt b/libraries/com.sun.xml.bind_2.3/readme.txt similarity index 100% rename from libraries/com.sun.xml.bind_2.1/readme.txt rename to libraries/com.sun.xml.bind_2.3/readme.txt diff --git a/libraries/jakarta.inject_2.0/jakarta.inject-api-2.0.1.jar b/libraries/jakarta.inject_2.0/jakarta.inject-api-2.0.1.jar new file mode 100644 index 0000000000..a92e099d4f Binary files /dev/null and b/libraries/jakarta.inject_2.0/jakarta.inject-api-2.0.1.jar differ diff --git a/libraries/jakarta.inject_2.0/library.xml b/libraries/jakarta.inject_2.0/library.xml new file mode 100644 index 0000000000..86f265a940 --- /dev/null +++ b/libraries/jakarta.inject_2.0/library.xml @@ -0,0 +1,20 @@ + + Jakarta Inject API + Jakarta Inject (JSR 330) API + 2.0 + 1 + https://jakarta.ee/specifications/dependency-injection/2.0/ + https://jakarta.ee/specifications/dependency-injection/2.0/ + + + + + jakarta.inject + jakarta.inject-api + + + + + + + diff --git a/libraries/org.apache.commons.codec_1.5/license.txt b/libraries/jakarta.inject_2.0/license.txt similarity index 100% rename from libraries/org.apache.commons.codec_1.5/license.txt rename to libraries/jakarta.inject_2.0/license.txt diff --git a/libraries/jakarta.inject_2.0/readme.txt b/libraries/jakarta.inject_2.0/readme.txt new file mode 100644 index 0000000000..c41a5dd62a --- /dev/null +++ b/libraries/jakarta.inject_2.0/readme.txt @@ -0,0 +1,9 @@ +------------------ +Jakarta Inject API +------------------ + +"JSR-330: Dependency Injection for Java" + +For more information: +* http://code.google.com/p/atinject/ +* https://jcp.org/en/jsr/detail?id=330 diff --git a/libraries/javax.mail_1.4/javax.mail.jar b/libraries/javax.mail_1.4/javax.mail.jar index 69f49116d7..236fcdb64d 100644 Binary files a/libraries/javax.mail_1.4/javax.mail.jar and b/libraries/javax.mail_1.4/javax.mail.jar differ diff --git a/libraries/javax.mail_1.4/library.xml b/libraries/javax.mail_1.4/library.xml index c5b7c1219d..55ec451e66 100644 --- a/libraries/javax.mail_1.4/library.xml +++ b/libraries/javax.mail_1.4/library.xml @@ -2,7 +2,7 @@ JavaMail API and RI JavaMail API and RI 1.4 - 2 + 7 http://www.oracle.com/technetwork/java/index-jsp-139225.html http://www.oracle.com/technetwork/java/index-138643.html Oracle Inc. diff --git a/libraries/net.sf.cglib_2.2/net.sf.cglib.jar b/libraries/net.sf.cglib_2.2/net.sf.cglib.jar deleted file mode 100644 index ed07cb507f..0000000000 Binary files a/libraries/net.sf.cglib_2.2/net.sf.cglib.jar and /dev/null differ diff --git a/libraries/net.sf.cglib_2.2/library.xml b/libraries/net.sf.cglib_3.3/library.xml similarity index 87% rename from libraries/net.sf.cglib_2.2/library.xml rename to libraries/net.sf.cglib_3.3/library.xml index 3d57eca91b..75a43f1dc1 100644 --- a/libraries/net.sf.cglib_2.2/library.xml +++ b/libraries/net.sf.cglib_3.3/library.xml @@ -1,7 +1,8 @@ cglib library cglib library - 2.2 + 3.3 + 0 http://cglib.sourceforge.net/ http://sourceforge.net/project/showfiles.php?group_id=56933 cglib @@ -10,7 +11,7 @@ cglib cglib-nodep - 2.2 + 2.2.2 diff --git a/libraries/org.mongodb_2.11/license.txt b/libraries/net.sf.cglib_3.3/license.txt similarity index 100% rename from libraries/org.mongodb_2.11/license.txt rename to libraries/net.sf.cglib_3.3/license.txt diff --git a/libraries/net.sf.cglib_3.3/net.sf.cglib.jar b/libraries/net.sf.cglib_3.3/net.sf.cglib.jar new file mode 100644 index 0000000000..db751d1fd7 Binary files /dev/null and b/libraries/net.sf.cglib_3.3/net.sf.cglib.jar differ diff --git a/libraries/net.sf.cglib_2.2/readme.txt b/libraries/net.sf.cglib_3.3/readme.txt similarity index 100% rename from libraries/net.sf.cglib_2.2/readme.txt rename to libraries/net.sf.cglib_3.3/readme.txt diff --git a/libraries/net.sourceforge.nekohtml_1.9/library.xml b/libraries/net.sourceforge.nekohtml_1.9/library.xml index e87d7815f7..feb228ae75 100644 --- a/libraries/net.sourceforge.nekohtml_1.9/library.xml +++ b/libraries/net.sourceforge.nekohtml_1.9/library.xml @@ -2,7 +2,7 @@ NekoHTML parser NekoHTML parser 1.9 - 19 + 22 http://nekohtml.sourceforge.net/ http://sourceforge.net/projects/nekohtml/files/nekohtml/ Andy Clark, Marc Guillemot diff --git a/libraries/net.sourceforge.nekohtml_1.9/net.sourceforge.nekohtml.jar b/libraries/net.sourceforge.nekohtml_1.9/net.sourceforge.nekohtml.jar index 979ffdedc8..6a2e7828d6 100644 Binary files a/libraries/net.sourceforge.nekohtml_1.9/net.sourceforge.nekohtml.jar and b/libraries/net.sourceforge.nekohtml_1.9/net.sourceforge.nekohtml.jar differ diff --git a/libraries/org.apache.commons.cli_1.2/library.xml b/libraries/org.apache.commons.cli_1.2/library.xml index ea2163f04e..bf6bf63122 100644 --- a/libraries/org.apache.commons.cli_1.2/library.xml +++ b/libraries/org.apache.commons.cli_1.2/library.xml @@ -8,11 +8,9 @@ - - commons-cli - commons-cli + commons-cli + commons-cli - diff --git a/libraries/org.apache.commons.codec_1.5/library.xml b/libraries/org.apache.commons.codec_1.17/library.xml similarity index 93% rename from libraries/org.apache.commons.codec_1.5/library.xml rename to libraries/org.apache.commons.codec_1.17/library.xml index a64aa3f51d..8684355091 100644 --- a/libraries/org.apache.commons.codec_1.5/library.xml +++ b/libraries/org.apache.commons.codec_1.17/library.xml @@ -1,7 +1,8 @@ Apache Commons Codec Apache Commons Codec - 1.5 + 1.17 + 0 http://commons.apache.org/codec/ http://commons.apache.org/downloads/download_codec.cgi Apache Software Foundation diff --git a/libraries/org.apache.commons.dbcp_1.3/license.txt b/libraries/org.apache.commons.codec_1.17/license.txt similarity index 100% rename from libraries/org.apache.commons.dbcp_1.3/license.txt rename to libraries/org.apache.commons.codec_1.17/license.txt diff --git a/libraries/org.apache.commons.codec_1.17/org.apache.commons.codec.jar b/libraries/org.apache.commons.codec_1.17/org.apache.commons.codec.jar new file mode 100644 index 0000000000..b0dcd7d71e Binary files /dev/null and b/libraries/org.apache.commons.codec_1.17/org.apache.commons.codec.jar differ diff --git a/libraries/org.apache.commons.codec_1.5/readme.txt b/libraries/org.apache.commons.codec_1.17/readme.txt similarity index 100% rename from libraries/org.apache.commons.codec_1.5/readme.txt rename to libraries/org.apache.commons.codec_1.17/readme.txt diff --git a/libraries/org.apache.commons.codec_1.5/org.apache.commons.codec.jar b/libraries/org.apache.commons.codec_1.5/org.apache.commons.codec.jar deleted file mode 100644 index e9013fed78..0000000000 Binary files a/libraries/org.apache.commons.codec_1.5/org.apache.commons.codec.jar and /dev/null differ diff --git a/libraries/org.apache.commons.collections_3.2/library.xml b/libraries/org.apache.commons.collections_3.2/library.xml index 7e2a1d45b1..6a36cb7189 100644 --- a/libraries/org.apache.commons.collections_3.2/library.xml +++ b/libraries/org.apache.commons.collections_3.2/library.xml @@ -2,7 +2,7 @@ Apache Commons Collections Apache Commons Collections 3.2 - 1 + 2 http://commons.apache.org/collections/ http://commons.apache.org/downloads/download_collections.cgi Apache Software Foundation diff --git a/libraries/org.apache.commons.dbcp_1.3/org.apache.commons.dbcp.jar b/libraries/org.apache.commons.dbcp_1.3/org.apache.commons.dbcp.jar deleted file mode 100644 index d29339738e..0000000000 Binary files a/libraries/org.apache.commons.dbcp_1.3/org.apache.commons.dbcp.jar and /dev/null differ diff --git a/libraries/org.apache.commons.dbcp_1.3/library.xml b/libraries/org.apache.commons.dbcp_1.4/library.xml similarity index 95% rename from libraries/org.apache.commons.dbcp_1.3/library.xml rename to libraries/org.apache.commons.dbcp_1.4/library.xml index f08fe62906..6aade1df19 100644 --- a/libraries/org.apache.commons.dbcp_1.3/library.xml +++ b/libraries/org.apache.commons.dbcp_1.4/library.xml @@ -1,7 +1,7 @@ Apache Commons DBCP Apache Commons DBCP - 1.3 + 1.4 http://commons.apache.org/dbcp/ http://commons.apache.org/downloads/download_dbcp.cgi Apache Software Foundation diff --git a/libraries/org.apache.commons.fileupload_1.3/license.txt b/libraries/org.apache.commons.dbcp_1.4/license.txt similarity index 100% rename from libraries/org.apache.commons.fileupload_1.3/license.txt rename to libraries/org.apache.commons.dbcp_1.4/license.txt diff --git a/libraries/org.apache.commons.dbcp_1.4/org.apache.commons.dbcp.jar b/libraries/org.apache.commons.dbcp_1.4/org.apache.commons.dbcp.jar new file mode 100644 index 0000000000..c4c1c4f286 Binary files /dev/null and b/libraries/org.apache.commons.dbcp_1.4/org.apache.commons.dbcp.jar differ diff --git a/libraries/org.apache.commons.dbcp_1.3/readme.txt b/libraries/org.apache.commons.dbcp_1.4/readme.txt similarity index 100% rename from libraries/org.apache.commons.dbcp_1.3/readme.txt rename to libraries/org.apache.commons.dbcp_1.4/readme.txt diff --git a/libraries/org.apache.commons.fileupload_1.3/org.apache.commons.fileupload.jar b/libraries/org.apache.commons.fileupload_1.3/org.apache.commons.fileupload.jar deleted file mode 100644 index 915d87e744..0000000000 Binary files a/libraries/org.apache.commons.fileupload_1.3/org.apache.commons.fileupload.jar and /dev/null differ diff --git a/libraries/org.apache.commons.fileupload_1.3/library.xml b/libraries/org.apache.commons.fileupload_1.5/library.xml similarity index 93% rename from libraries/org.apache.commons.fileupload_1.3/library.xml rename to libraries/org.apache.commons.fileupload_1.5/library.xml index b9642ba0ac..80afdaa78e 100644 --- a/libraries/org.apache.commons.fileupload_1.3/library.xml +++ b/libraries/org.apache.commons.fileupload_1.5/library.xml @@ -1,8 +1,7 @@ Apache Commons FileUpload Apache Commons FileUpload - 1.3 - 3 + 1.5 http://commons.apache.org/fileupload/ http://commons.apache.org/downloads/download_fileupload.cgi Apache Software Foundation diff --git a/libraries/org.apache.commons.io_2.6/license.txt b/libraries/org.apache.commons.fileupload_1.5/license.txt similarity index 100% rename from libraries/org.apache.commons.io_2.6/license.txt rename to libraries/org.apache.commons.fileupload_1.5/license.txt diff --git a/libraries/org.apache.commons.fileupload_1.5/org.apache.commons.fileupload.jar b/libraries/org.apache.commons.fileupload_1.5/org.apache.commons.fileupload.jar new file mode 100644 index 0000000000..5e608753c1 Binary files /dev/null and b/libraries/org.apache.commons.fileupload_1.5/org.apache.commons.fileupload.jar differ diff --git a/libraries/org.apache.commons.fileupload_1.3/readme.txt b/libraries/org.apache.commons.fileupload_1.5/readme.txt similarity index 100% rename from libraries/org.apache.commons.fileupload_1.3/readme.txt rename to libraries/org.apache.commons.fileupload_1.5/readme.txt diff --git a/libraries/org.apache.commons.io_2.6/library.xml b/libraries/org.apache.commons.io_2.16/library.xml similarity index 91% rename from libraries/org.apache.commons.io_2.6/library.xml rename to libraries/org.apache.commons.io_2.16/library.xml index 1fdcb51cf8..9b91036dcd 100644 --- a/libraries/org.apache.commons.io_2.6/library.xml +++ b/libraries/org.apache.commons.io_2.16/library.xml @@ -1,7 +1,8 @@ Apache Commons IO Apache Commons IO - 2.6 + 2.16 + 1 http://commons.apache.org/io/ http://commons.apache.org/downloads/download_io.cgi Apache Software Foundation diff --git a/libraries/org.apache.commons.lang_3.6/license.txt b/libraries/org.apache.commons.io_2.16/license.txt similarity index 100% rename from libraries/org.apache.commons.lang_3.6/license.txt rename to libraries/org.apache.commons.io_2.16/license.txt diff --git a/libraries/org.apache.commons.io_2.16/org.apache.commons.io.jar b/libraries/org.apache.commons.io_2.16/org.apache.commons.io.jar new file mode 100644 index 0000000000..eb3c2b0b82 Binary files /dev/null and b/libraries/org.apache.commons.io_2.16/org.apache.commons.io.jar differ diff --git a/libraries/org.apache.commons.io_2.6/readme.txt b/libraries/org.apache.commons.io_2.16/readme.txt similarity index 100% rename from libraries/org.apache.commons.io_2.6/readme.txt rename to libraries/org.apache.commons.io_2.16/readme.txt diff --git a/libraries/org.apache.commons.io_2.6/.classpath b/libraries/org.apache.commons.io_2.6/.classpath deleted file mode 100644 index 5c043ca8de..0000000000 --- a/libraries/org.apache.commons.io_2.6/.classpath +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/libraries/org.apache.commons.io_2.6/.project b/libraries/org.apache.commons.io_2.6/.project deleted file mode 100644 index 354a75f787..0000000000 --- a/libraries/org.apache.commons.io_2.6/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - org.apache.commons.io - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - diff --git a/libraries/org.apache.commons.io_2.6/org.apache.commons.io.jar b/libraries/org.apache.commons.io_2.6/org.apache.commons.io.jar deleted file mode 100644 index 00556b119d..0000000000 Binary files a/libraries/org.apache.commons.io_2.6/org.apache.commons.io.jar and /dev/null differ diff --git a/libraries/org.apache.commons.lang_3.6/library.xml b/libraries/org.apache.commons.lang_3.14/library.xml similarity index 92% rename from libraries/org.apache.commons.lang_3.6/library.xml rename to libraries/org.apache.commons.lang_3.14/library.xml index d17b9db46e..1ddc19a863 100644 --- a/libraries/org.apache.commons.lang_3.6/library.xml +++ b/libraries/org.apache.commons.lang_3.14/library.xml @@ -1,7 +1,8 @@ Apache Commons Lang Apache Commons Lang - 3.6 + 3.14 + 0 http://commons.apache.org/lang/ http://commons.apache.org/downloads/download_lang.cgi Apache Software Foundation diff --git a/libraries/org.apache.commons.logging_1.1/license.txt b/libraries/org.apache.commons.lang_3.14/license.txt similarity index 100% rename from libraries/org.apache.commons.logging_1.1/license.txt rename to libraries/org.apache.commons.lang_3.14/license.txt diff --git a/libraries/org.apache.commons.lang_3.14/org.apache.commons.lang.jar b/libraries/org.apache.commons.lang_3.14/org.apache.commons.lang.jar new file mode 100644 index 0000000000..da9302ff29 Binary files /dev/null and b/libraries/org.apache.commons.lang_3.14/org.apache.commons.lang.jar differ diff --git a/libraries/org.apache.commons.lang_3.6/readme.txt b/libraries/org.apache.commons.lang_3.14/readme.txt similarity index 100% rename from libraries/org.apache.commons.lang_3.6/readme.txt rename to libraries/org.apache.commons.lang_3.14/readme.txt diff --git a/libraries/org.apache.commons.lang_3.6/org.apache.commons.lang.jar b/libraries/org.apache.commons.lang_3.6/org.apache.commons.lang.jar deleted file mode 100644 index c25fd4d324..0000000000 Binary files a/libraries/org.apache.commons.lang_3.6/org.apache.commons.lang.jar and /dev/null differ diff --git a/libraries/org.apache.commons.logging_1.1/org.apache.commons.logging.jar b/libraries/org.apache.commons.logging_1.1/org.apache.commons.logging.jar deleted file mode 100644 index ab5125407a..0000000000 Binary files a/libraries/org.apache.commons.logging_1.1/org.apache.commons.logging.jar and /dev/null differ diff --git a/libraries/org.apache.commons.logging_1.1/library.xml b/libraries/org.apache.commons.logging_1.3/library.xml similarity index 92% rename from libraries/org.apache.commons.logging_1.1/library.xml rename to libraries/org.apache.commons.logging_1.3/library.xml index 8bf40058de..ee1e3111ec 100644 --- a/libraries/org.apache.commons.logging_1.1/library.xml +++ b/libraries/org.apache.commons.logging_1.3/library.xml @@ -1,8 +1,8 @@ Apache Commons Logging Apache Commons Logging - 1.1 - 3 + 1.3 + 1 http://commons.apache.org/logging/ http://commons.apache.org/downloads/download_logging.cgi Apache Software Foundation diff --git a/libraries/org.apache.commons.pool_1.5/license.txt b/libraries/org.apache.commons.logging_1.3/license.txt similarity index 100% rename from libraries/org.apache.commons.pool_1.5/license.txt rename to libraries/org.apache.commons.logging_1.3/license.txt diff --git a/libraries/org.apache.commons.logging_1.3/org.apache.commons.logging.jar b/libraries/org.apache.commons.logging_1.3/org.apache.commons.logging.jar new file mode 100644 index 0000000000..0d508f6efb Binary files /dev/null and b/libraries/org.apache.commons.logging_1.3/org.apache.commons.logging.jar differ diff --git a/libraries/org.apache.commons.logging_1.1/readme.txt b/libraries/org.apache.commons.logging_1.3/readme.txt similarity index 100% rename from libraries/org.apache.commons.logging_1.1/readme.txt rename to libraries/org.apache.commons.logging_1.3/readme.txt diff --git a/libraries/org.apache.commons.pool_1.5/org.apache.commons.pool.jar b/libraries/org.apache.commons.pool_1.5/org.apache.commons.pool.jar deleted file mode 100644 index ce5ff607bf..0000000000 Binary files a/libraries/org.apache.commons.pool_1.5/org.apache.commons.pool.jar and /dev/null differ diff --git a/libraries/org.apache.commons.pool_1.5/library.xml b/libraries/org.apache.commons.pool_1.6/library.xml similarity index 91% rename from libraries/org.apache.commons.pool_1.5/library.xml rename to libraries/org.apache.commons.pool_1.6/library.xml index 0a2b524009..6d5570d1ca 100644 --- a/libraries/org.apache.commons.pool_1.5/library.xml +++ b/libraries/org.apache.commons.pool_1.6/library.xml @@ -1,8 +1,7 @@ Apache Commons Pool Apache Commons Pool - 1.5 - 6 + 1.6 http://commons.apache.org/pool/ http://commons.apache.org/downloads/download_pool.cgi Apache Software Foundation diff --git a/libraries/org.apache.james.mime4j_0.7/license.txt b/libraries/org.apache.commons.pool_1.6/license.txt similarity index 100% rename from libraries/org.apache.james.mime4j_0.7/license.txt rename to libraries/org.apache.commons.pool_1.6/license.txt diff --git a/libraries/org.apache.commons.pool_1.6/org.apache.commons.pool.jar b/libraries/org.apache.commons.pool_1.6/org.apache.commons.pool.jar new file mode 100644 index 0000000000..72ca75a3e6 Binary files /dev/null and b/libraries/org.apache.commons.pool_1.6/org.apache.commons.pool.jar differ diff --git a/libraries/org.apache.commons.pool_1.5/readme.txt b/libraries/org.apache.commons.pool_1.6/readme.txt similarity index 100% rename from libraries/org.apache.commons.pool_1.5/readme.txt rename to libraries/org.apache.commons.pool_1.6/readme.txt diff --git a/libraries/org.apache.httpclient_4.5/library.xml b/libraries/org.apache.httpclient_4.5/library.xml index bf893e213f..3364603298 100644 --- a/libraries/org.apache.httpclient_4.5/library.xml +++ b/libraries/org.apache.httpclient_4.5/library.xml @@ -2,7 +2,7 @@ Apache HTTP Components Client Apache HTTP Components Client 4.5 - 6 + 14 http://hc.apache.org/httpcomponents-client/ http://hc.apache.org/httpcomponents-client/download.html Apache Software Foundation diff --git a/libraries/org.apache.httpclient_4.5/org.apache.httpclient.jar b/libraries/org.apache.httpclient_4.5/org.apache.httpclient.jar index 56231de0cb..2bb7c07363 100644 Binary files a/libraries/org.apache.httpclient_4.5/org.apache.httpclient.jar and b/libraries/org.apache.httpclient_4.5/org.apache.httpclient.jar differ diff --git a/libraries/org.apache.httpcore_4.4/library.xml b/libraries/org.apache.httpcore_4.4/library.xml index 431c9034bf..dfcac61b5b 100644 --- a/libraries/org.apache.httpcore_4.4/library.xml +++ b/libraries/org.apache.httpcore_4.4/library.xml @@ -2,7 +2,7 @@ Apache HTTP Components Core Apache HTTP Components Core 4.4 - 10 + 16 http://hc.apache.org/httpcomponents-core/ http://hc.apache.org/httpcomponents-core/download.html Apache Software Foundation diff --git a/libraries/org.apache.httpcore_4.4/org.apache.httpcore.jar b/libraries/org.apache.httpcore_4.4/org.apache.httpcore.jar index dc510f81cb..f0bdebeb94 100644 Binary files a/libraries/org.apache.httpcore_4.4/org.apache.httpcore.jar and b/libraries/org.apache.httpcore_4.4/org.apache.httpcore.jar differ diff --git a/libraries/org.apache.httpmime_4.5/library.xml b/libraries/org.apache.httpmime_4.5/library.xml index 87c024de36..7a6872bbf9 100644 --- a/libraries/org.apache.httpmime_4.5/library.xml +++ b/libraries/org.apache.httpmime_4.5/library.xml @@ -2,7 +2,7 @@ Apache HTTP Components MIME Apache HTTP Components MIME 4.5 - 6 + 14 http://hc.apache.org/httpcomponents-client/httpmime/ http://hc.apache.org/httpcomponents-client/download.html Apache Software Foundation diff --git a/libraries/org.apache.httpmime_4.5/org.apache.httpmime.jar b/libraries/org.apache.httpmime_4.5/org.apache.httpmime.jar index df5a7d195f..331e95cfc6 100644 Binary files a/libraries/org.apache.httpmime_4.5/org.apache.httpmime.jar and b/libraries/org.apache.httpmime_4.5/org.apache.httpmime.jar differ diff --git a/libraries/org.apache.james.mime4j_0.7/org.apache.james.mime4j.jar b/libraries/org.apache.james.mime4j_0.7/org.apache.james.mime4j.jar deleted file mode 100644 index b5c225b5db..0000000000 Binary files a/libraries/org.apache.james.mime4j_0.7/org.apache.james.mime4j.jar and /dev/null differ diff --git a/libraries/org.apache.james.mime4j_0.7/library.xml b/libraries/org.apache.james.mime4j_0.8/library.xml similarity index 93% rename from libraries/org.apache.james.mime4j_0.7/library.xml rename to libraries/org.apache.james.mime4j_0.8/library.xml index 578c052344..b77e95dd9a 100644 --- a/libraries/org.apache.james.mime4j_0.7/library.xml +++ b/libraries/org.apache.james.mime4j_0.8/library.xml @@ -1,8 +1,8 @@ Apache James Mime4j Apache James Mime4j - 0.7 - 2 + 0.8 + 11 http://james.apache.org/mime4j/ http://james.apache.org/download.cgi#Apache_Mime4J Apache Software Foundation diff --git a/libraries/org.joda.time_2.3/license.txt b/libraries/org.apache.james.mime4j_0.8/license.txt similarity index 100% rename from libraries/org.joda.time_2.3/license.txt rename to libraries/org.apache.james.mime4j_0.8/license.txt diff --git a/libraries/org.apache.james.mime4j_0.8/org.apache.james.mime4j.jar b/libraries/org.apache.james.mime4j_0.8/org.apache.james.mime4j.jar new file mode 100644 index 0000000000..0129f2f256 Binary files /dev/null and b/libraries/org.apache.james.mime4j_0.8/org.apache.james.mime4j.jar differ diff --git a/libraries/org.apache.james.mime4j_0.7/readme.txt b/libraries/org.apache.james.mime4j_0.8/readme.txt similarity index 100% rename from libraries/org.apache.james.mime4j_0.7/readme.txt rename to libraries/org.apache.james.mime4j_0.8/readme.txt diff --git a/libraries/org.apache.lucene_4.6/org.apache.lucene.jar b/libraries/org.apache.lucene_4.6/org.apache.lucene.jar deleted file mode 100644 index a71f9d3841..0000000000 Binary files a/libraries/org.apache.lucene_4.6/org.apache.lucene.jar and /dev/null differ diff --git a/libraries/org.apache.lucene_4.6/library.xml b/libraries/org.apache.lucene_8.11/library.xml similarity index 92% rename from libraries/org.apache.lucene_4.6/library.xml rename to libraries/org.apache.lucene_8.11/library.xml index 33c75817fb..e05f4e3d04 100644 --- a/libraries/org.apache.lucene_4.6/library.xml +++ b/libraries/org.apache.lucene_8.11/library.xml @@ -1,8 +1,8 @@ Apache Lucene Apache Lucene - 4.6 - 0 + 8.11 + 3 http://lucene.apache.org/ http://www.apache.org/dyn/closer.cgi/lucene/java/ Apache Software Foundation diff --git a/libraries/org.apache.lucene_4.6/license.txt b/libraries/org.apache.lucene_8.11/license.txt similarity index 100% rename from libraries/org.apache.lucene_4.6/license.txt rename to libraries/org.apache.lucene_8.11/license.txt diff --git a/libraries/org.apache.lucene_8.11/org.apache.lucene.jar b/libraries/org.apache.lucene_8.11/org.apache.lucene.jar new file mode 100644 index 0000000000..658e638bfd Binary files /dev/null and b/libraries/org.apache.lucene_8.11/org.apache.lucene.jar differ diff --git a/libraries/org.apache.lucene_4.6/readme.txt b/libraries/org.apache.lucene_8.11/readme.txt similarity index 100% rename from libraries/org.apache.lucene_4.6/readme.txt rename to libraries/org.apache.lucene_8.11/readme.txt diff --git a/libraries/org.apache.solr_7.4/org.apache.solr.common.jar b/libraries/org.apache.solr_7.4/org.apache.solr.common.jar deleted file mode 100644 index b36ca418fe..0000000000 Binary files a/libraries/org.apache.solr_7.4/org.apache.solr.common.jar and /dev/null differ diff --git a/libraries/org.apache.solr_7.4/org.apache.solr.jar b/libraries/org.apache.solr_7.4/org.apache.solr.jar deleted file mode 100644 index 045dddf23d..0000000000 Binary files a/libraries/org.apache.solr_7.4/org.apache.solr.jar and /dev/null differ diff --git a/libraries/org.apache.solr_7.4/library.xml b/libraries/org.apache.solr_8.11/library.xml similarity index 94% rename from libraries/org.apache.solr_7.4/library.xml rename to libraries/org.apache.solr_8.11/library.xml index a237287b89..054859fcbd 100644 --- a/libraries/org.apache.solr_7.4/library.xml +++ b/libraries/org.apache.solr_8.11/library.xml @@ -1,8 +1,8 @@ Apache Lucene Solr Apache Lucene Solr - 7.4 - 0 + 8.11 + 3 http://lucene.apache.org/solr/ http://www.apache.org/dyn/closer.cgi/lucene/solr/ Apache Software Foundation diff --git a/libraries/org.apache.solr_7.4/license.txt b/libraries/org.apache.solr_8.11/license.txt similarity index 100% rename from libraries/org.apache.solr_7.4/license.txt rename to libraries/org.apache.solr_8.11/license.txt diff --git a/libraries/org.apache.solr_8.11/org.apache.solr.common.jar b/libraries/org.apache.solr_8.11/org.apache.solr.common.jar new file mode 100644 index 0000000000..c53ee4c6c5 Binary files /dev/null and b/libraries/org.apache.solr_8.11/org.apache.solr.common.jar differ diff --git a/libraries/org.apache.solr_8.11/org.apache.solr.jar b/libraries/org.apache.solr_8.11/org.apache.solr.jar new file mode 100644 index 0000000000..6347457dfe Binary files /dev/null and b/libraries/org.apache.solr_8.11/org.apache.solr.jar differ diff --git a/libraries/org.apache.solr_7.4/readme.txt b/libraries/org.apache.solr_8.11/readme.txt similarity index 100% rename from libraries/org.apache.solr_7.4/readme.txt rename to libraries/org.apache.solr_8.11/readme.txt diff --git a/libraries/org.apache.tika_1.18/org.apache.tika.jar b/libraries/org.apache.tika_1.18/org.apache.tika.jar deleted file mode 100644 index 13211fe38d..0000000000 Binary files a/libraries/org.apache.tika_1.18/org.apache.tika.jar and /dev/null differ diff --git a/libraries/org.apache.tika_1.18/org.apache.tika.parsers.jar b/libraries/org.apache.tika_1.18/org.apache.tika.parsers.jar deleted file mode 100644 index e483e93459..0000000000 Binary files a/libraries/org.apache.tika_1.18/org.apache.tika.parsers.jar and /dev/null differ diff --git a/libraries/org.apache.tika_1.18/library.xml b/libraries/org.apache.tika_1.28/library.xml similarity index 93% rename from libraries/org.apache.tika_1.18/library.xml rename to libraries/org.apache.tika_1.28/library.xml index 74e2944f4b..ae2ac3c790 100644 --- a/libraries/org.apache.tika_1.18/library.xml +++ b/libraries/org.apache.tika_1.28/library.xml @@ -1,7 +1,8 @@ Apache Lucene Tika Apache Lucene Tika - 1.18 + 1.28 + 5 http://lucene.apache.org/tika/ http://lucene.apache.org/tika/download.html Apache Software Foundation diff --git a/libraries/org.apache.tika_1.18/license.txt b/libraries/org.apache.tika_1.28/license.txt similarity index 100% rename from libraries/org.apache.tika_1.18/license.txt rename to libraries/org.apache.tika_1.28/license.txt diff --git a/libraries/org.apache.tika_1.28/org.apache.tika.jar b/libraries/org.apache.tika_1.28/org.apache.tika.jar new file mode 100644 index 0000000000..201ec66a6d Binary files /dev/null and b/libraries/org.apache.tika_1.28/org.apache.tika.jar differ diff --git a/libraries/org.apache.tika_1.28/org.apache.tika.parsers.jar b/libraries/org.apache.tika_1.28/org.apache.tika.parsers.jar new file mode 100644 index 0000000000..60159caee7 Binary files /dev/null and b/libraries/org.apache.tika_1.28/org.apache.tika.parsers.jar differ diff --git a/libraries/org.apache.tika_1.18/readme.txt b/libraries/org.apache.tika_1.28/readme.txt similarity index 100% rename from libraries/org.apache.tika_1.18/readme.txt rename to libraries/org.apache.tika_1.28/readme.txt diff --git a/libraries/org.apache.velocity_2.0/org.apache.velocity.jar b/libraries/org.apache.velocity_2.0/org.apache.velocity.jar deleted file mode 100644 index c48d6606e5..0000000000 Binary files a/libraries/org.apache.velocity_2.0/org.apache.velocity.jar and /dev/null differ diff --git a/libraries/org.apache.velocity_2.0/library.xml b/libraries/org.apache.velocity_2.3/library.xml similarity index 96% rename from libraries/org.apache.velocity_2.0/library.xml rename to libraries/org.apache.velocity_2.3/library.xml index 106dc66183..612cf40c5c 100644 --- a/libraries/org.apache.velocity_2.0/library.xml +++ b/libraries/org.apache.velocity_2.3/library.xml @@ -1,7 +1,7 @@ Velocity Template Engine Velocity Template Engine - 2.0 + 2.3 http://velocity.apache.org/ http://velocity.apache.org/download.cgi Apache Software Foundation diff --git a/libraries/org.apache.velocity_2.0/license.txt b/libraries/org.apache.velocity_2.3/license.txt similarity index 100% rename from libraries/org.apache.velocity_2.0/license.txt rename to libraries/org.apache.velocity_2.3/license.txt diff --git a/libraries/org.apache.velocity_2.3/org.apache.velocity.jar b/libraries/org.apache.velocity_2.3/org.apache.velocity.jar new file mode 100644 index 0000000000..879a7b4d51 Binary files /dev/null and b/libraries/org.apache.velocity_2.3/org.apache.velocity.jar differ diff --git a/libraries/org.apache.velocity_2.0/readme.txt b/libraries/org.apache.velocity_2.3/readme.txt similarity index 100% rename from libraries/org.apache.velocity_2.0/readme.txt rename to libraries/org.apache.velocity_2.3/readme.txt diff --git a/libraries/org.codehaus.woodstox_4.3/org.codehaus.woodstox.stax2api.jar b/libraries/org.codehaus.woodstox_4.3/org.codehaus.woodstox.stax2api.jar deleted file mode 100644 index dded036928..0000000000 Binary files a/libraries/org.codehaus.woodstox_4.3/org.codehaus.woodstox.stax2api.jar and /dev/null differ diff --git a/libraries/org.codehaus.woodstox_4.3/library.xml b/libraries/org.codehaus.woodstox_4.4/library.xml similarity index 90% rename from libraries/org.codehaus.woodstox_4.3/library.xml rename to libraries/org.codehaus.woodstox_4.4/library.xml index 3de9de7afe..e967e8f998 100644 --- a/libraries/org.codehaus.woodstox_4.3/library.xml +++ b/libraries/org.codehaus.woodstox_4.4/library.xml @@ -1,8 +1,8 @@ Woodstox Woodstox. - 4.3 - 0 + 4.4 + 1 woodstox.codehaus.org/ http://woodstox.codehaus.org/Download The Codehaus foundation @@ -16,7 +16,7 @@ org.codehaus.woodstox stax2-api - 3.1.4 + 4.2.2 diff --git a/libraries/org.codehaus.woodstox_4.3/license.txt b/libraries/org.codehaus.woodstox_4.4/license.txt similarity index 100% rename from libraries/org.codehaus.woodstox_4.3/license.txt rename to libraries/org.codehaus.woodstox_4.4/license.txt diff --git a/libraries/org.codehaus.woodstox_4.3/org.codehaus.woodstox.core.jar b/libraries/org.codehaus.woodstox_4.4/org.codehaus.woodstox.core.jar similarity index 57% rename from libraries/org.codehaus.woodstox_4.3/org.codehaus.woodstox.core.jar rename to libraries/org.codehaus.woodstox_4.4/org.codehaus.woodstox.core.jar index f0dd996677..d8b4e8cf87 100644 Binary files a/libraries/org.codehaus.woodstox_4.3/org.codehaus.woodstox.core.jar and b/libraries/org.codehaus.woodstox_4.4/org.codehaus.woodstox.core.jar differ diff --git a/libraries/org.codehaus.woodstox_4.4/org.codehaus.woodstox.stax2api.jar b/libraries/org.codehaus.woodstox_4.4/org.codehaus.woodstox.stax2api.jar new file mode 100644 index 0000000000..cc5844fb57 Binary files /dev/null and b/libraries/org.codehaus.woodstox_4.4/org.codehaus.woodstox.stax2api.jar differ diff --git a/libraries/org.codehaus.woodstox_4.3/readme.txt b/libraries/org.codehaus.woodstox_4.4/readme.txt similarity index 100% rename from libraries/org.codehaus.woodstox_4.3/readme.txt rename to libraries/org.codehaus.woodstox_4.4/readme.txt diff --git a/libraries/org.eclipse.emf_2.6/library.xml b/libraries/org.eclipse.emf_2.6/library.xml index 39d9dc95c8..2c9316e873 100644 --- a/libraries/org.eclipse.emf_2.6/library.xml +++ b/libraries/org.eclipse.emf_2.6/library.xml @@ -11,21 +11,21 @@ org.eclipse.emf org.eclipse.emf.common - 2.6.0.v20100614-1136 + 2.29.0 org.eclipse.emf org.eclipse.emf.ecore - 2.6.0.v20100614-1136 + 2.35.0 org.eclipse.emf org.eclipse.emf.ecore.xmi - 2.5.0.v20100521-1846 + 2.36.0 diff --git a/libraries/org.eclipse.emf_2.6/org.eclipse.emf.common.jar b/libraries/org.eclipse.emf_2.6/org.eclipse.emf.common.jar index 807ffe17f4..808330b1fc 100644 Binary files a/libraries/org.eclipse.emf_2.6/org.eclipse.emf.common.jar and b/libraries/org.eclipse.emf_2.6/org.eclipse.emf.common.jar differ diff --git a/libraries/org.eclipse.emf_2.6/org.eclipse.emf.ecore.jar b/libraries/org.eclipse.emf_2.6/org.eclipse.emf.ecore.jar index 53a31d88f5..f1c1ed2fe8 100644 Binary files a/libraries/org.eclipse.emf_2.6/org.eclipse.emf.ecore.jar and b/libraries/org.eclipse.emf_2.6/org.eclipse.emf.ecore.jar differ diff --git a/libraries/org.eclipse.emf_2.6/org.eclipse.emf.ecore.xmi.jar b/libraries/org.eclipse.emf_2.6/org.eclipse.emf.ecore.xmi.jar index 994ab64786..affc672e29 100644 Binary files a/libraries/org.eclipse.emf_2.6/org.eclipse.emf.ecore.xmi.jar and b/libraries/org.eclipse.emf_2.6/org.eclipse.emf.ecore.xmi.jar differ diff --git a/libraries/org.eclipse.jetty_9.4/library.xml b/libraries/org.eclipse.jetty_9.4/library.xml index 4c5a57e3f0..92b1187459 100644 --- a/libraries/org.eclipse.jetty_9.4/library.xml +++ b/libraries/org.eclipse.jetty_9.4/library.xml @@ -2,7 +2,7 @@ Jetty HTTP server Jetty HTTP server 9.4 - 11.v20180605 + 54.v20240208 http://www.eclipse.org/jetty/ http://download.eclipse.org/jetty/ The Eclipse Foundation diff --git a/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.client.jar b/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.client.jar index 603fd2f5b5..004e5dcd91 100644 Binary files a/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.client.jar and b/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.client.jar differ diff --git a/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.http.jar b/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.http.jar index 8d50fc2f19..3d451aa355 100644 Binary files a/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.http.jar and b/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.http.jar differ diff --git a/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.io.jar b/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.io.jar index 9e6d05f461..1130010097 100644 Binary files a/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.io.jar and b/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.io.jar differ diff --git a/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.server.jar b/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.server.jar index e6c8973ad1..f57f179c62 100644 Binary files a/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.server.jar and b/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.server.jar differ diff --git a/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.util.jar b/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.util.jar index f02e95925e..7df0400bb4 100644 Binary files a/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.util.jar and b/libraries/org.eclipse.jetty_9.4/org.eclipse.jetty.util.jar differ diff --git a/libraries/org.freemarker_2.3/library.xml b/libraries/org.freemarker_2.3/library.xml index cb4c41accb..23f908dce7 100644 --- a/libraries/org.freemarker_2.3/library.xml +++ b/libraries/org.freemarker_2.3/library.xml @@ -2,7 +2,7 @@ FreeMarker template engine FreeMarker template engine 2.3 - 20 + 32 http://freemarker.org/ http://freemarker.org/freemarkerdownload.html FreeMarker project diff --git a/libraries/org.freemarker_2.3/org.freemarker.jar b/libraries/org.freemarker_2.3/org.freemarker.jar index 91390441f0..3a073d4d3e 100644 Binary files a/libraries/org.freemarker_2.3/org.freemarker.jar and b/libraries/org.freemarker_2.3/org.freemarker.jar differ diff --git a/libraries/org.jboss.resteasy_3.6/library.xml b/libraries/org.jboss.resteasy_3.15/library.xml similarity index 87% rename from libraries/org.jboss.resteasy_3.6/library.xml rename to libraries/org.jboss.resteasy_3.15/library.xml index b634bee279..c2d3133f3e 100644 --- a/libraries/org.jboss.resteasy_3.6/library.xml +++ b/libraries/org.jboss.resteasy_3.15/library.xml @@ -1,8 +1,8 @@ JBoss RESTEasy JAX-RS engine - 3.6 - 0 + 3.15 + 6 http://www.jboss.org/resteasy http://sourceforge.net/projects/resteasy/files/Resteasy%20JAX-RS/ RedHat @@ -13,7 +13,7 @@ org.jboss.resteasy resteasy-jaxrs - 3.6.0.Final + 3.15.6.Final diff --git a/libraries/org.jboss.resteasy_3.6/license.txt b/libraries/org.jboss.resteasy_3.15/license.txt similarity index 100% rename from libraries/org.jboss.resteasy_3.6/license.txt rename to libraries/org.jboss.resteasy_3.15/license.txt diff --git a/libraries/org.jboss.resteasy_3.15/org.jboss.resteasy.jaxrs.jar b/libraries/org.jboss.resteasy_3.15/org.jboss.resteasy.jaxrs.jar new file mode 100644 index 0000000000..4230f00158 Binary files /dev/null and b/libraries/org.jboss.resteasy_3.15/org.jboss.resteasy.jaxrs.jar differ diff --git a/libraries/org.jboss.resteasy_3.6/readme.txt b/libraries/org.jboss.resteasy_3.15/readme.txt similarity index 100% rename from libraries/org.jboss.resteasy_3.6/readme.txt rename to libraries/org.jboss.resteasy_3.15/readme.txt diff --git a/libraries/org.jboss.resteasy_3.6/org.jboss.resteasy.jaxrs.jar b/libraries/org.jboss.resteasy_3.6/org.jboss.resteasy.jaxrs.jar deleted file mode 100644 index cef682fc6b..0000000000 Binary files a/libraries/org.jboss.resteasy_3.6/org.jboss.resteasy.jaxrs.jar and /dev/null differ diff --git a/libraries/org.jibx_1.2/org.jibx.runtime.jar b/libraries/org.jibx_1.2/org.jibx.runtime.jar deleted file mode 100644 index 6ce3100245..0000000000 Binary files a/libraries/org.jibx_1.2/org.jibx.runtime.jar and /dev/null differ diff --git a/libraries/org.jibx_1.2/library.xml b/libraries/org.jibx_1.4/library.xml similarity index 93% rename from libraries/org.jibx_1.2/library.xml rename to libraries/org.jibx_1.4/library.xml index 552a77d1e5..590073df52 100644 --- a/libraries/org.jibx_1.2/library.xml +++ b/libraries/org.jibx_1.4/library.xml @@ -1,8 +1,8 @@ JiBX: Binding XML to Java Code JiBX: Binding XML to Java Code - 1.2 - 5 + 1.4 + 2 http://jibx.sourceforge.net/ http://sourceforge.net/project/showfiles.php?group_id=69358 Dennis M. Sosnoski diff --git a/libraries/org.jibx_1.2/license.txt b/libraries/org.jibx_1.4/license.txt similarity index 100% rename from libraries/org.jibx_1.2/license.txt rename to libraries/org.jibx_1.4/license.txt diff --git a/libraries/org.jibx_1.4/org.jibx.runtime.jar b/libraries/org.jibx_1.4/org.jibx.runtime.jar new file mode 100644 index 0000000000..186862e8cc Binary files /dev/null and b/libraries/org.jibx_1.4/org.jibx.runtime.jar differ diff --git a/libraries/org.jibx_1.2/readme.txt b/libraries/org.jibx_1.4/readme.txt similarity index 100% rename from libraries/org.jibx_1.2/readme.txt rename to libraries/org.jibx_1.4/readme.txt diff --git a/libraries/org.joda.time_2.3/library.xml b/libraries/org.joda.time_2.12/library.xml similarity index 91% rename from libraries/org.joda.time_2.3/library.xml rename to libraries/org.joda.time_2.12/library.xml index ed8a5ee7fc..2b2e4fc093 100644 --- a/libraries/org.joda.time_2.3/library.xml +++ b/libraries/org.joda.time_2.12/library.xml @@ -1,7 +1,8 @@ Joda-Time Joda-Time. - 2.3 + 2.12 + 7 joda-time.sourceforge.net/ http://sourceforge.net/projects/joda-time/files/joda-time/ diff --git a/libraries/org.joda.time_2.12/license.txt b/libraries/org.joda.time_2.12/license.txt new file mode 100644 index 0000000000..75b52484ea --- /dev/null +++ b/libraries/org.joda.time_2.12/license.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) 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. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/libraries/org.joda.time_2.12/org.joda.time.jar b/libraries/org.joda.time_2.12/org.joda.time.jar new file mode 100644 index 0000000000..7994777eda Binary files /dev/null and b/libraries/org.joda.time_2.12/org.joda.time.jar differ diff --git a/libraries/org.joda.time_2.3/readme.txt b/libraries/org.joda.time_2.12/readme.txt similarity index 100% rename from libraries/org.joda.time_2.3/readme.txt rename to libraries/org.joda.time_2.12/readme.txt diff --git a/libraries/org.joda.time_2.3/org.joda.time.jar b/libraries/org.joda.time_2.3/org.joda.time.jar deleted file mode 100644 index 9dce4f92a6..0000000000 Binary files a/libraries/org.joda.time_2.3/org.joda.time.jar and /dev/null differ diff --git a/libraries/org.json_2.0/library.xml b/libraries/org.json_2.0/library.xml index afc1ec19da..4af3449871 100644 --- a/libraries/org.json_2.0/library.xml +++ b/libraries/org.json_2.0/library.xml @@ -11,7 +11,7 @@ org.json json - 20160212 + 20240303 diff --git a/libraries/org.json_2.0/org.json.jar b/libraries/org.json_2.0/org.json.jar index 21e09dbc2a..3de6523538 100644 Binary files a/libraries/org.json_2.0/org.json.jar and b/libraries/org.json_2.0/org.json.jar differ diff --git a/libraries/org.junit_4.11/org.junit.jar b/libraries/org.junit_4.11/org.junit.jar deleted file mode 100644 index aaf7444849..0000000000 Binary files a/libraries/org.junit_4.11/org.junit.jar and /dev/null differ diff --git a/libraries/org.junit_4.11/library.xml b/libraries/org.junit_4.13/library.xml similarity index 92% rename from libraries/org.junit_4.11/library.xml rename to libraries/org.junit_4.13/library.xml index 00a0d25122..670a485557 100644 --- a/libraries/org.junit_4.11/library.xml +++ b/libraries/org.junit_4.13/library.xml @@ -1,7 +1,8 @@ JUnit Testing Framework 4 JUnit Testing Framework 4 - 4.11 + 4.13 + 2 http://www.junit.org/ diff --git a/libraries/org.junit_4.11/license.txt b/libraries/org.junit_4.13/license.txt similarity index 100% rename from libraries/org.junit_4.11/license.txt rename to libraries/org.junit_4.13/license.txt diff --git a/libraries/org.junit_4.13/org.junit.jar b/libraries/org.junit_4.13/org.junit.jar new file mode 100644 index 0000000000..6da55d8b85 Binary files /dev/null and b/libraries/org.junit_4.13/org.junit.jar differ diff --git a/libraries/org.junit_4.11/readme.txt b/libraries/org.junit_4.13/readme.txt similarity index 100% rename from libraries/org.junit_4.11/readme.txt rename to libraries/org.junit_4.13/readme.txt diff --git a/libraries/org.mongodb_2.11/org.mongodb.jar b/libraries/org.mongodb_2.11/org.mongodb.jar deleted file mode 100644 index b6438bb757..0000000000 Binary files a/libraries/org.mongodb_2.11/org.mongodb.jar and /dev/null differ diff --git a/libraries/org.mongodb_2.11/library.xml b/libraries/org.mongodb_2.14/library.xml similarity index 95% rename from libraries/org.mongodb_2.11/library.xml rename to libraries/org.mongodb_2.14/library.xml index 23ccd8f638..320e4b6b4e 100644 --- a/libraries/org.mongodb_2.11/library.xml +++ b/libraries/org.mongodb_2.14/library.xml @@ -1,7 +1,7 @@ Mongo DB Mongo DB driver - 2.11 + 2.14 3 http://www.mongodb.org/ https://github.com/mongodb/mongo-java-driver/downloads diff --git a/libraries/org.mongodb_2.14/license.txt b/libraries/org.mongodb_2.14/license.txt new file mode 100644 index 0000000000..261eeb9e9f --- /dev/null +++ b/libraries/org.mongodb_2.14/license.txt @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) 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. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/libraries/org.mongodb_2.14/org.mongodb.jar b/libraries/org.mongodb_2.14/org.mongodb.jar new file mode 100644 index 0000000000..c9b1c5c3f5 Binary files /dev/null and b/libraries/org.mongodb_2.14/org.mongodb.jar differ diff --git a/libraries/org.mongodb_2.11/readme.txt b/libraries/org.mongodb_2.14/readme.txt similarity index 100% rename from libraries/org.mongodb_2.11/readme.txt rename to libraries/org.mongodb_2.14/readme.txt diff --git a/libraries/org.raml_0.8/library.xml b/libraries/org.raml_0.8/library.xml index 47b71769a2..4608d6428c 100644 --- a/libraries/org.raml_0.8/library.xml +++ b/libraries/org.raml_0.8/library.xml @@ -2,7 +2,7 @@ Raml parser Java implementation of the raml parser 0.8 - 7 + 40 http://raml.org http://raml.org Mule Soft diff --git a/libraries/org.raml_0.8/org.raml.parser.jar b/libraries/org.raml_0.8/org.raml.parser.jar index 29fa5aa267..9d3da457c9 100644 Binary files a/libraries/org.raml_0.8/org.raml.parser.jar and b/libraries/org.raml_0.8/org.raml.parser.jar differ diff --git a/libraries/org.scala_2.9/library.xml b/libraries/org.scala_2.13/library.xml similarity index 93% rename from libraries/org.scala_2.9/library.xml rename to libraries/org.scala_2.13/library.xml index 767cc3d466..e0e170a5b4 100644 --- a/libraries/org.scala_2.9/library.xml +++ b/libraries/org.scala_2.13/library.xml @@ -1,7 +1,8 @@ Scala Scala language library. - 2.9 + 2.13 + 13 http://www.scala-lang.org/ http://www.scala-lang.org/ EPFL diff --git a/libraries/org.scala_2.9/license.txt b/libraries/org.scala_2.13/license.txt similarity index 100% rename from libraries/org.scala_2.9/license.txt rename to libraries/org.scala_2.13/license.txt diff --git a/libraries/org.scala_2.9/readme.txt b/libraries/org.scala_2.13/readme.txt similarity index 100% rename from libraries/org.scala_2.9/readme.txt rename to libraries/org.scala_2.13/readme.txt diff --git a/libraries/org.scala_2.13/scala-library.jar b/libraries/org.scala_2.13/scala-library.jar new file mode 100644 index 0000000000..6f5c2f95b3 Binary files /dev/null and b/libraries/org.scala_2.13/scala-library.jar differ diff --git a/libraries/org.scala_2.13/scalap.jar b/libraries/org.scala_2.13/scalap.jar new file mode 100644 index 0000000000..0c6d21ad6a Binary files /dev/null and b/libraries/org.scala_2.13/scalap.jar differ diff --git a/libraries/org.scala_2.9/scala-library.jar b/libraries/org.scala_2.9/scala-library.jar deleted file mode 100644 index d38bb5afd3..0000000000 Binary files a/libraries/org.scala_2.9/scala-library.jar and /dev/null differ diff --git a/libraries/org.scala_2.9/scalap.jar b/libraries/org.scala_2.9/scalap.jar deleted file mode 100644 index 431e6e571e..0000000000 Binary files a/libraries/org.scala_2.9/scalap.jar and /dev/null differ diff --git a/libraries/org.slf4j_1.7/org.slf4j.jar b/libraries/org.slf4j_1.7/org.slf4j.jar deleted file mode 100644 index 8f004d3906..0000000000 Binary files a/libraries/org.slf4j_1.7/org.slf4j.jar and /dev/null differ diff --git a/libraries/org.slf4j_1.7/library.xml b/libraries/org.slf4j_2.0/library.xml similarity index 89% rename from libraries/org.slf4j_1.7/library.xml rename to libraries/org.slf4j_2.0/library.xml index 46a8c7b612..ab2f58623b 100644 --- a/libraries/org.slf4j_1.7/library.xml +++ b/libraries/org.slf4j_2.0/library.xml @@ -1,8 +1,8 @@ SLF4J API SLF4J API. - 1.7 - 2 + 2.0 + 13 http://www.slf4j.org/ http://www.slf4j.org/download.html QOS.ch diff --git a/libraries/org.slf4j_1.7/license.txt b/libraries/org.slf4j_2.0/license.txt similarity index 100% rename from libraries/org.slf4j_1.7/license.txt rename to libraries/org.slf4j_2.0/license.txt diff --git a/libraries/org.slf4j_2.0/org.slf4j.jar b/libraries/org.slf4j_2.0/org.slf4j.jar new file mode 100644 index 0000000000..a800cc2b50 Binary files /dev/null and b/libraries/org.slf4j_2.0/org.slf4j.jar differ diff --git a/libraries/org.slf4j_1.7/readme.txt b/libraries/org.slf4j_2.0/readme.txt similarity index 100% rename from libraries/org.slf4j_1.7/readme.txt rename to libraries/org.slf4j_2.0/readme.txt diff --git a/libraries/org.springframework_3.2/org.springframework.beans.jar b/libraries/org.springframework_3.2/org.springframework.beans.jar deleted file mode 100644 index 4449e6027b..0000000000 Binary files a/libraries/org.springframework_3.2/org.springframework.beans.jar and /dev/null differ diff --git a/libraries/org.springframework_3.2/org.springframework.context.jar b/libraries/org.springframework_3.2/org.springframework.context.jar deleted file mode 100644 index 85073a9f4a..0000000000 Binary files a/libraries/org.springframework_3.2/org.springframework.context.jar and /dev/null differ diff --git a/libraries/org.springframework_3.2/org.springframework.core.jar b/libraries/org.springframework_3.2/org.springframework.core.jar deleted file mode 100644 index 8aa99f6a73..0000000000 Binary files a/libraries/org.springframework_3.2/org.springframework.core.jar and /dev/null differ diff --git a/libraries/org.springframework_3.2/org.springframework.expression.jar b/libraries/org.springframework_3.2/org.springframework.expression.jar deleted file mode 100644 index 98652d80fb..0000000000 Binary files a/libraries/org.springframework_3.2/org.springframework.expression.jar and /dev/null differ diff --git a/libraries/org.springframework_3.2/org.springframework.web.jar b/libraries/org.springframework_3.2/org.springframework.web.jar deleted file mode 100644 index ff7664d4dd..0000000000 Binary files a/libraries/org.springframework_3.2/org.springframework.web.jar and /dev/null differ diff --git a/libraries/org.springframework_3.2/org.springframework.webmvc.jar b/libraries/org.springframework_3.2/org.springframework.webmvc.jar deleted file mode 100644 index fd4909828f..0000000000 Binary files a/libraries/org.springframework_3.2/org.springframework.webmvc.jar and /dev/null differ diff --git a/libraries/org.springframework_3.2/library.xml b/libraries/org.springframework_5.3/library.xml similarity index 85% rename from libraries/org.springframework_3.2/library.xml rename to libraries/org.springframework_5.3/library.xml index efff3bd055..7aeec864bf 100644 --- a/libraries/org.springframework_3.2/library.xml +++ b/libraries/org.springframework_5.3/library.xml @@ -1,8 +1,8 @@ Spring Framework Spring Framework - 3.2 - 18 + 5.3 + 34 http://www.springframework.org/ http://www.springframework.org/download SpringSource community @@ -11,42 +11,42 @@ org.springframework spring-beans - 3.2.18.RELEASE + 5.3.33 org.springframework spring-context - 3.2.18.RELEASE + 5.3.33 org.springframework spring-core - 3.2.18.RELEASE + 5.3.33 org.springframework spring-expression - 3.2.18.RELEASE + 5.3.33 org.springframework spring-web - 3.2.18.RELEASE + 5.3.33 org.springframework spring-webmvc - 3.2.18.RELEASE + 5.3.33 diff --git a/libraries/org.springframework_3.2/license.txt b/libraries/org.springframework_5.3/license.txt similarity index 100% rename from libraries/org.springframework_3.2/license.txt rename to libraries/org.springframework_5.3/license.txt diff --git a/libraries/org.springframework_5.3/org.springframework.beans.jar b/libraries/org.springframework_5.3/org.springframework.beans.jar new file mode 100644 index 0000000000..c27b79b140 Binary files /dev/null and b/libraries/org.springframework_5.3/org.springframework.beans.jar differ diff --git a/libraries/org.springframework_5.3/org.springframework.context.jar b/libraries/org.springframework_5.3/org.springframework.context.jar new file mode 100644 index 0000000000..99d860c832 Binary files /dev/null and b/libraries/org.springframework_5.3/org.springframework.context.jar differ diff --git a/libraries/org.springframework_5.3/org.springframework.core.jar b/libraries/org.springframework_5.3/org.springframework.core.jar new file mode 100644 index 0000000000..e538723da6 Binary files /dev/null and b/libraries/org.springframework_5.3/org.springframework.core.jar differ diff --git a/libraries/org.springframework_5.3/org.springframework.expression.jar b/libraries/org.springframework_5.3/org.springframework.expression.jar new file mode 100644 index 0000000000..70157c204d Binary files /dev/null and b/libraries/org.springframework_5.3/org.springframework.expression.jar differ diff --git a/libraries/org.springframework_5.3/org.springframework.web.jar b/libraries/org.springframework_5.3/org.springframework.web.jar new file mode 100644 index 0000000000..374642a165 Binary files /dev/null and b/libraries/org.springframework_5.3/org.springframework.web.jar differ diff --git a/libraries/org.springframework_5.3/org.springframework.webmvc.jar b/libraries/org.springframework_5.3/org.springframework.webmvc.jar new file mode 100644 index 0000000000..0aa947970a Binary files /dev/null and b/libraries/org.springframework_5.3/org.springframework.webmvc.jar differ diff --git a/libraries/org.springframework_3.2/readme.txt b/libraries/org.springframework_5.3/readme.txt similarity index 100% rename from libraries/org.springframework_3.2/readme.txt rename to libraries/org.springframework_5.3/readme.txt diff --git a/libraries/org.testng_6.8/org.testng.jar b/libraries/org.testng_6.8/org.testng.jar deleted file mode 100644 index 47769740fe..0000000000 Binary files a/libraries/org.testng_6.8/org.testng.jar and /dev/null differ diff --git a/libraries/org.testng_6.8/library.xml b/libraries/org.testng_7.5/library.xml similarity index 84% rename from libraries/org.testng_6.8/library.xml rename to libraries/org.testng_7.5/library.xml index e6ac4fdd04..18c80de2bb 100644 --- a/libraries/org.testng_6.8/library.xml +++ b/libraries/org.testng_7.5/library.xml @@ -1,9 +1,9 @@ TestNG Testing Framework TestNG Testing Framework - 6.8 - 7 - http://testng.org/ + 7.5 + 1 + https://testng.org/ diff --git a/libraries/org.testng_6.8/license.txt b/libraries/org.testng_7.5/license.txt similarity index 100% rename from libraries/org.testng_6.8/license.txt rename to libraries/org.testng_7.5/license.txt diff --git a/libraries/org.testng_7.5/org.testng.jar b/libraries/org.testng_7.5/org.testng.jar new file mode 100644 index 0000000000..358887990e Binary files /dev/null and b/libraries/org.testng_7.5/org.testng.jar differ diff --git a/libraries/org.testng_6.8/readme.txt b/libraries/org.testng_7.5/readme.txt similarity index 100% rename from libraries/org.testng_6.8/readme.txt rename to libraries/org.testng_7.5/readme.txt diff --git a/libraries/org.thymeleaf_2.1/library.xml b/libraries/org.thymeleaf_2.1/library.xml index dd9c98df0e..7d62d9daac 100644 --- a/libraries/org.thymeleaf_2.1/library.xml +++ b/libraries/org.thymeleaf_2.1/library.xml @@ -2,7 +2,7 @@ Thymeleaf 2.1 - 2 + 6.RELEASE http://www.thymeleaf.org/ http://www.thymeleaf.org/download.html The THYMELEAF team diff --git a/libraries/org.thymeleaf_2.1/org.thymeleaf.jar b/libraries/org.thymeleaf_2.1/org.thymeleaf.jar index 1f8d49044a..984a323690 100644 Binary files a/libraries/org.thymeleaf_2.1/org.thymeleaf.jar and b/libraries/org.thymeleaf_2.1/org.thymeleaf.jar differ diff --git a/libraries/org.yaml.snakeyaml_1.18/org.yaml.snakeyaml.jar b/libraries/org.yaml.snakeyaml_1.18/org.yaml.snakeyaml.jar deleted file mode 100644 index e3fac8e789..0000000000 Binary files a/libraries/org.yaml.snakeyaml_1.18/org.yaml.snakeyaml.jar and /dev/null differ diff --git a/libraries/org.yaml.snakeyaml_1.18/library.xml b/libraries/org.yaml.snakeyaml_2.2/library.xml similarity index 95% rename from libraries/org.yaml.snakeyaml_1.18/library.xml rename to libraries/org.yaml.snakeyaml_2.2/library.xml index 11456e8495..925a748e38 100644 --- a/libraries/org.yaml.snakeyaml_1.18/library.xml +++ b/libraries/org.yaml.snakeyaml_2.2/library.xml @@ -1,7 +1,7 @@ Snake yaml Snake yaml - 1.18 + 2.2 http://www.snakeyaml.org http://code.google.com/p/snakeyaml/downloads/list Google code. diff --git a/libraries/org.yaml.snakeyaml_1.18/license.txt b/libraries/org.yaml.snakeyaml_2.2/license.txt similarity index 100% rename from libraries/org.yaml.snakeyaml_1.18/license.txt rename to libraries/org.yaml.snakeyaml_2.2/license.txt diff --git a/libraries/org.yaml.snakeyaml_2.2/org.yaml.snakeyaml.jar b/libraries/org.yaml.snakeyaml_2.2/org.yaml.snakeyaml.jar new file mode 100644 index 0000000000..275dd5700a Binary files /dev/null and b/libraries/org.yaml.snakeyaml_2.2/org.yaml.snakeyaml.jar differ diff --git a/libraries/org.yaml.snakeyaml_1.18/readme.txt b/libraries/org.yaml.snakeyaml_2.2/readme.txt similarity index 100% rename from libraries/org.yaml.snakeyaml_1.18/readme.txt rename to libraries/org.yaml.snakeyaml_2.2/readme.txt diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountRepresentation.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountRepresentation.java index e0aec478ad..02c4d6b9d0 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountResource.java index bcade4598e..4603f71044 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountsResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountsResource.java index 3028b4ca39..65e4778b0e 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountsResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactRepresentation.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactRepresentation.java index dc98c05870..d84dfafc66 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactResource.java index d02fbde0d4..4ad8f1a65d 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactsRepresentation.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactsRepresentation.java index 8e14232d6a..4cce45a1be 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactsRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactsRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactsResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactsResource.java index ff48a47b48..c74c33dd39 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactsResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/FeedRepresentation.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/FeedRepresentation.java index 55c43ce599..eb21c46fc9 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/FeedRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/FeedRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailRepresentation.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailRepresentation.java index 9d9220ac67..ff6d79d62c 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailResource.java index 938a1ca1d4..c38e5ee2b3 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsRepresentation.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsRepresentation.java index f08d27d34f..ae52eddbef 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsResource.java index 8eae6b91e9..6dac76081a 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/RootResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/RootResource.java index 4403806710..7b1d92d106 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/RootResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/RootResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/TagRepresentation.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/TagRepresentation.java index b8d9f75f93..39081b1a29 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/TagRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/TagRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountServerResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountServerResource.java index c3c55d813e..c91ab68d7d 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountsServerResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountsServerResource.java index 64dbe4dff3..4a46b62bd9 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountsServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactServerResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactServerResource.java index eae036ad92..e5e3379a65 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactsServerResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactsServerResource.java index 9753c41417..25a2c99c67 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactsServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerApplication.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerApplication.java index 1f59ac3ba7..4e12bda8fc 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerApplication.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; @@ -39,7 +39,7 @@ public class MailServerApplication extends WadlApplication { public MailServerApplication() { setName("RESTful Mail API application"); setDescription("Example API for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerResource.java index ca7f458ab3..e1348806e9 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailsServerResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailsServerResource.java index b176b46d45..beab09db93 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailsServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/RootServerResource.java b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/RootServerResource.java index 3e629be1cc..8e699b52d9 100644 --- a/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/RootServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch08.gae/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/RootServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example.book.restlet.ch08.odata/src/OdataDemoService.java b/modules/org.restlet.example.book.restlet.ch08.odata/src/OdataDemoService.java index a4fdb58720..65aadf7c49 100644 --- a/modules/org.restlet.example.book.restlet.ch08.odata/src/OdataDemoService.java +++ b/modules/org.restlet.example.book.restlet.ch08.odata/src/OdataDemoService.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ import org.restlet.ext.odata.Query; diff --git a/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Address.java b/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Address.java index 3dba3d9db0..70f01f30ea 100644 --- a/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Address.java +++ b/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Address.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package odatademo; diff --git a/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Category.java b/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Category.java index 0f69193e15..4e9144c0d3 100644 --- a/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Category.java +++ b/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Category.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package odatademo; diff --git a/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Product.java b/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Product.java index 3a57a31741..d706507394 100644 --- a/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Product.java +++ b/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Product.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package odatademo; diff --git a/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Supplier.java b/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Supplier.java index e300e345d4..c1dee684a5 100644 --- a/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Supplier.java +++ b/modules/org.restlet.example.book.restlet.ch08.odata/src/odatademo/Supplier.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package odatademo; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/AboutDialog.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/AboutDialog.java index 805066a38b..d5b13e505a 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/AboutDialog.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/AboutDialog.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Contacts.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Contacts.java index 43c5513477..90d2fd5b29 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Contacts.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Contacts.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/ContactsResourceProxy.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/ContactsResourceProxy.java index dc5f1c0957..c9344950a3 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/ContactsResourceProxy.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/ContactsResourceProxy.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Mail.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Mail.java index 649025139d..b623171d4e 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Mail.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailDetail.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailDetail.java index d3ce12448b..b96ee2aa24 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailDetail.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailDetail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailItem.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailItem.java index 3fca8f7b02..825f30024e 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailItem.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailItem.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailItems.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailItems.java index 9a777fd03a..01c041b538 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailItems.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailItems.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailList.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailList.java index 965e351895..34796621e0 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailList.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/MailList.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Mailboxes.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Mailboxes.java index f31bdb7289..2725f9e4ad 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Mailboxes.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Mailboxes.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/NavBar.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/NavBar.java index a64f304c07..a46008f8f7 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/NavBar.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/NavBar.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Shortcuts.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Shortcuts.java index 288c562548..9993da812b 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Shortcuts.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Shortcuts.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Tasks.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Tasks.java index dd5694a146..83c06dea99 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Tasks.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/Tasks.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/TopPanel.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/TopPanel.java index f564fe6d0e..b8ada35ab9 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/TopPanel.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/client/TopPanel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.client; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountRepresentation.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountRepresentation.java index f4c406b725..0bd7cee3a8 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountResource.java index 25582e2e7e..3bad806faf 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountsResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountsResource.java index 2d0791883f..538e278002 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountsResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactRepresentation.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactRepresentation.java index 6b7f1b5c85..fac2a6c29c 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactResource.java index 99778f79c7..6ef870b05b 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsRepresentation.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsRepresentation.java index 86236930f6..3f62a50b60 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsResource.java index f74fe3825d..a781ab191d 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/FeedRepresentation.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/FeedRepresentation.java index 82c34aabfa..4670801879 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/FeedRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/FeedRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailRepresentation.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailRepresentation.java index 250792e21e..c00faf0709 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailResource.java index 750a26bd80..ef75d20285 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsRepresentation.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsRepresentation.java index 69e0767a6c..a74964e2b6 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsResource.java index b4f25a8c11..7866549587 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/RootResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/RootResource.java index fe149c8e06..499712f05e 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/RootResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/RootResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/TagRepresentation.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/TagRepresentation.java index 56e73aa479..81d98601d7 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/TagRepresentation.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/common/TagRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountServerResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountServerResource.java index c5a1219c0d..89fcd35142 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountsServerResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountsServerResource.java index a1de3e00c5..f7b1ce19ec 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountsServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactServerResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactServerResource.java index e42a6063d4..99a14a8a2b 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactsServerResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactsServerResource.java index 98acf4a25c..3d7965697c 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactsServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerApplication.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerApplication.java index 7c773132d4..4c816f354e 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerApplication.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; @@ -39,7 +39,7 @@ public class MailServerApplication extends WadlApplication { public MailServerApplication() { setName("RESTful Mail API application"); setDescription("Example API for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerResource.java index 0ab365df04..1a98139a93 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailsServerResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailsServerResource.java index 7ccfd28611..14f1cbd967 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailsServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/MailsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/RootServerResource.java b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/RootServerResource.java index 4f7cca39ba..6185575cac 100644 --- a/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/RootServerResource.java +++ b/modules/org.restlet.example.book.restlet.ch09.gwt/src/main/java/org/restlet/example/book/restlet/ch09/server/RootServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example/pom.xml b/modules/org.restlet.example/pom.xml index 9bce381991..f6486edc0e 100644 --- a/modules/org.restlet.example/pom.xml +++ b/modules/org.restlet.example/pom.xml @@ -16,140 +16,114 @@ junit junit - 4.11 - org.mongodb mongo-java-driver - 2.11.3 - org.testng testng - 6.8.7 - org.restlet.dev org.restlet.ext.atom 2.4-SNAPSHOT - org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.crypto 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.fileupload 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.freemarker 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.guice 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jaas 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jackson 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jaxb 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jaxrs 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jetty 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jibx 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.json 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.oauth 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.openid 2.4-SNAPSHOT - - + org.restlet.dev org.restlet.ext.rdf 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.spring 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.velocity 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.xml 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.wadl 2.4-SNAPSHOT - diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/AuthenticationApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/AuthenticationApplication.java index 3ed038399a..4d90e6c903 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/AuthenticationApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/AuthenticationApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.authentication; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/AuthenticationClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/AuthenticationClient.java index d450619de3..cb48e5df8b 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/AuthenticationClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/AuthenticationClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.authentication; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/HttpDigestAuthenticationApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/HttpDigestAuthenticationApplication.java index f2fcb8c339..415a7bd70d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/HttpDigestAuthenticationApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/HttpDigestAuthenticationApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.authentication; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/HttpDigestAuthenticationClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/HttpDigestAuthenticationClient.java index 82f5c93834..cb83d2ab07 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/HttpDigestAuthenticationClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/authentication/HttpDigestAuthenticationClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.authentication; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloClient.java index d2d6a305d7..1748f8d2d5 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch01; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloServer.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloServer.java index f19c40d29b..1d48120c05 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloServer.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch01; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloServerResource.java index ed9b5a7eba..8ed07b152e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch01/HelloServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch01; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec3/sub1/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec3/sub1/MailServerApplication.java index 348e1550ae..f812f23d53 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec3/sub1/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec3/sub1/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec3.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec3/sub2/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec3/sub2/MailServerApplication.java index fd31f11bd9..c4536723e2 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec3/sub2/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec3/sub2/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec3.sub2; @@ -56,7 +56,7 @@ public static void main(String[] args) throws Exception { public MailServerApplication() { setName("RESTful Mail Server"); setDescription("Example for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/Blocker.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/Blocker.java index e4cf65af90..296c501ce9 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/Blocker.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/Blocker.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec4.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/MailServerApplication.java index 9bdaeb27ca..c929383982 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec4.sub1; @@ -53,7 +53,7 @@ public static void main(String[] args) throws Exception { public MailServerApplication() { setName("RESTful Mail Server"); setDescription("Example for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/Tracer.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/Tracer.java index feb5a63dad..61255f7781 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/Tracer.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub1/Tracer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec4.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/Blocker.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/Blocker.java index eb347299fe..e580503f8e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/Blocker.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/Blocker.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec4.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/MailServerApplication.java index 8dead3bbea..eec015cafc 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec4.sub2; @@ -54,7 +54,7 @@ public static void main(String[] args) throws Exception { public MailServerApplication() { setName("RESTful Mail Server"); setDescription("Example for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/Tracer.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/Tracer.java index 84c23d6d1e..6d2c6bef91 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/Tracer.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec4/sub2/Tracer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec4.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/AccountServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/AccountServerResource.java index 315d8aca77..99be37a925 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/AccountServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/AccountServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/AccountsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/AccountsServerResource.java index 72f41d515d..5575f806f5 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/AccountsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/AccountsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/MailServerApplication.java index b58008ac73..1dd48feb02 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub2; @@ -54,7 +54,7 @@ public static void main(String[] args) throws Exception { public MailServerApplication() { setName("RESTful Mail Server"); setDescription("Example for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/RootServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/RootServerResource.java index c17356dbc5..975ca3691c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/RootServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub2/RootServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub3/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub3/MailClient.java index 37b1a1ae1e..4d3fe64244 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub3/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub3/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub3; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/AccountServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/AccountServerResource.java index e21929e399..933ed24d24 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/AccountServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/AccountServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/AccountsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/AccountsServerResource.java index 134d3d8d7e..caa45f7823 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/AccountsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/AccountsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/MailClient.java index 3d6596eb03..a5c3bc9051 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/MailServerApplication.java index 424ddcf21b..53fdc4ab46 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub4; @@ -54,7 +54,7 @@ public static void main(String[] args) throws Exception { public MailServerApplication() { setName("RESTful Mail Server"); setDescription("Example for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/RootResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/RootResource.java index ae09c74986..5a34cba8b4 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/RootResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/RootResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/RootServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/RootServerResource.java index 4ccd9051e5..02d2ba98ae 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/RootServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub4/RootServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/AccountResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/AccountResource.java index 84c9ae912c..a6e608c3c1 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/AccountResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/AccountResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub5.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/AccountsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/AccountsResource.java index 32a699ed44..660acdf1a6 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/AccountsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/AccountsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub5.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/RootResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/RootResource.java index fb0b1ae39d..3618287633 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/RootResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/common/RootResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub5.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/AccountServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/AccountServerResource.java index 043e5c4abd..ddaac5396d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/AccountServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/AccountServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub5.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/AccountsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/AccountsServerResource.java index ba8c5fd2a9..9ea3ff1fed 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/AccountsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/AccountsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub5.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/MailServerApplication.java index 1151c704ac..b2b4d235f4 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub5.server; @@ -39,7 +39,7 @@ public class MailServerApplication extends Application { public MailServerApplication() { setName("RESTful Mail Server application"); setDescription("Example application for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/RootServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/RootServerResource.java index 8c8ceab2b2..db0aae50a0 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/RootServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch02/sec5/sub5/server/RootServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch02.sec5.sub5.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/MailComponentTestCase.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/MailComponentTestCase.java index 4258481380..3d963b9248 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/MailComponentTestCase.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/MailComponentTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/client/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/client/MailClient.java index c4d3841617..0d87a4da3c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/client/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/client/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3.client; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/client/MailClientTestCase.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/client/MailClientTestCase.java index c4cd100a03..9397aaec05 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/client/MailClientTestCase.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/client/MailClientTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3.client; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/AccountResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/AccountResource.java index 69290fd1af..880bb4c4ae 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/AccountResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/AccountResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/AccountsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/AccountsResource.java index 36e011b139..89703fe306 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/AccountsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/AccountsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/RootResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/RootResource.java index b9f5820e27..d12bca0091 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/RootResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/common/RootResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/AccountServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/AccountServerResource.java index e9c8fb0a9c..0856ba879b 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/AccountServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/AccountServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/AccountsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/AccountsServerResource.java index c7d0dd56f2..f1daac285c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/AccountsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/AccountsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerApplication.java index d818ea131a..c6c948a7b3 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3.server; @@ -39,7 +39,7 @@ public class MailServerApplication extends Application { public MailServerApplication() { setName("RESTful Mail Server application"); setDescription("Example application for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerComponent.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerComponent.java index da0b0ea12f..bc7d85244d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerComponent.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerComponent.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3.server; @@ -56,7 +56,7 @@ public MailServerComponent() throws Exception { // Set basic properties setName("RESTful Mail Server component"); setDescription("Example for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); // Add connectors diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerSpring.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerSpring.java index 21074be928..c97d0470be 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerSpring.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/MailServerSpring.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/RootServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/RootServerResource.java index 9f11557e1f..7ca838d82d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/RootServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/RootServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch03.sec3.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/component-simple.xml b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/component-simple.xml index d76b2ba436..156152c4b9 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/component-simple.xml +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/component-simple.xml @@ -1,7 +1,7 @@ + owner="QlikTech International AB" author="The Restlet Team"> diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/component-spring.xml b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/component-spring.xml index 54f8024bfe..8083b1df28 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/component-spring.xml +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch03/sec3/server/component-spring.xml @@ -6,7 +6,7 @@ - + @@ -49,7 +49,7 @@ - + diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec1/AppendableTestCase.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec1/AppendableTestCase.java index 82462fbe2f..1711525c97 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec1/AppendableTestCase.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec1/AppendableTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailClient.java index 1ddab29743..6bee3f4b56 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailServerApplication.java index 6bae90ff2c..f0f8f6e4ea 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailServerResource.java index 2fcc97d5c8..8cdac83519 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub2/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailClient.java index 47a59204d0..0317211d49 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub3; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailServerApplication.java index a736868bbb..2e4266dc9a 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub3; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailServerResource.java index 065ffc5c58..3ce4896a29 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub3/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub3; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailClient.java index 56d3963ad9..524bd7ba69 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailServerApplication.java index 267b77c404..7a690bc6c7 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailServerResource.java index 97353b73e1..2d7dba7a88 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub4/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailClient.java index 9d2624f899..48d7bb4e95 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub5; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailServerApplication.java index 446d7195dc..07f579eda8 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub5; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailServerResource.java index 5f19978807..fbbfe57e63 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub5/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub5; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailClient.java index fe487da9db..e8afe48c9c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub6; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailServerApplication.java index 32922322cb..775c189620 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub6; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailServerResource.java index 8605146301..b15f21a224 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub6/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub6; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailClient.java index 383fe12d12..94551cb576 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub7; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailServerApplication.java index c7d9b313ca..288757f208 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub7; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailServerResource.java index beff9ae21e..7c7291173d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub7/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub7; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/Mail.java index ef07163c53..5483b365cf 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub8; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailClient.java index e02d00afd5..73e3a782b7 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub8; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailServerApplication.java index 0853521720..16bba76340 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub8; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailServerResource.java index cd627d3b90..672620f50e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub8; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/ObjectFactory.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/ObjectFactory.java index aaec8a91e3..e4a79e082d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/ObjectFactory.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec2/sub8/ObjectFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec2.sub8; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailClient.java index 5849b068bf..4b88f6c658 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec3.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailServerApplication.java index eb09cb007c..d7bb8665b7 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec3.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailServerResource.java index 8c4dacc0a1..8075d7d992 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub1/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec3.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/Mail.java index 69e53af2f8..3aa8e8a0a7 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec3.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailClient.java index c45dd576ca..79cb07ecfb 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec3.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailServerApplication.java index 1978a05af4..cec9808d87 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec3.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailServerResource.java index 5655d37b33..ea73104f44 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec3/sub2/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec3.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/Mail.java index 8413225b4c..866f54fa4b 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec4.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailClient.java index d1b694c055..ac586afe3b 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec4.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailServerApplication.java index 08ad30ac29..f66604d66b 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec4.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailServerResource.java index 1298f33f19..5559113811 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub1/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec4.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/Mail.java index 10ed810d74..5719dcdf4f 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec4.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailClient.java index 75cdc001c5..5425146141 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec4.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailServerApplication.java index 4b151e783d..5b810326bc 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec4.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailServerResource.java index 1713d64362..4d656eadc4 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec4/sub2/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec4.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub3/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub3/MailClient.java index 43f1445d7f..1c414e0137 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub3/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub3/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec5.sub3; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/Mail.java index a930ce373e..2e3afd80ed 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec5.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailClient.java index cc0ce1ff22..85ff70dcae 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec5.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailResource.java index 2712282f4a..75985f9177 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec5.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailServerApplication.java index d896a7386e..6c927d7688 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec5.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailServerResource.java index 626f2bc5e4..f0c06f45f2 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch04/sec5/sub4/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch04.sec5.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/Mail.java index 2617fffb9c..8a34448556 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailClient.java index fc9986bc6d..2200e985a4 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailResource.java index c29a28f4c0..5a051bac8b 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailServerApplication.java index 875eb215e5..4534768f0d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailServerResource.java index 85eb329588..480723d9de 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec1/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/Mail.java index 5b9af2b033..4092ff96cc 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.basic; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailClient.java index 2c290babac..5c0c662fa9 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.basic; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailResource.java index 9b46162bee..5320755917 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.basic; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailServerApplication.java index f28e909cbf..7384463c7e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.basic; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailServerResource.java index bd9a768ca5..91dfdd15ba 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/basic/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.basic; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/Mail.java index c106835073..770e44fc44 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.digest; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailClient.java index 448b00cd48..eb6d917f35 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.digest; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailResource.java index ce6815e2b2..361e5f53f3 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.digest; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailServerApplication.java index 5888ba59a9..6456db3b70 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.digest; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailServerResource.java index 9dbae6297d..0242ee208e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/digest/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.digest; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/Mail.java index bee8d481d7..c66406ec73 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.certificate; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailClient.java index 65b032b7ea..baa0ac7619 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.certificate; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailResource.java index a20297bec5..a5d765890e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.certificate; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailServerApplication.java index 983f6c00ab..9df9b28a14 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.certificate; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailServerResource.java index e6b4c950f5..d89e4b41a3 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/certificate/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.certificate; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/Mail.java index 3988992022..46f13a7ed0 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.jaas; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailClient.java index 14e71d6c09..10bbf32c7e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.jaas; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailResource.java index a06e4025de..7f16860ae6 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.jaas; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailServerApplication.java index 519aa33340..94ce63cf84 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.jaas; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailServerResource.java index 21b9061ef2..3cb796587e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/jaas/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.jaas; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/Mail.java index 4e0d352266..bebf7785d6 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.secret; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailClient.java index a58261660c..11ae77856e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.secret; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailResource.java index 48340be04a..4f7f9b0828 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.secret; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailServerApplication.java index ea185fb860..7b59a6e35f 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.secret; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailServerResource.java index c6de0e11eb..5a5387ed66 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.secret; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/SimpleSecretVerifier.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/SimpleSecretVerifier.java index fe3b9e119a..695760b59c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/SimpleSecretVerifier.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec2/verifier/secret/SimpleSecretVerifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec2.verifier.secret; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/client/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/client/MailClient.java index a994725a0a..9f283859d8 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/client/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/client/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.client; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountRepresentation.java index 3bdc9de5f4..aa1794963d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountResource.java index 48d5de3beb..80022a8fb4 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountsResource.java index 174b77644d..33f96a30ef 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/AccountsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/ContactRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/ContactRepresentation.java index 8ea9846653..383cd1f4e2 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/ContactRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/ContactRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/FeedRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/FeedRepresentation.java index 5817c45ed6..b19df903c7 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/FeedRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/FeedRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/MailRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/MailRepresentation.java index b4e8cce58b..a8fa1d425d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/MailRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/MailRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/RootResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/RootResource.java index 32a466927a..1b23f33ec2 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/RootResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/RootResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/TagRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/TagRepresentation.java index a8c6d24fae..3a9f03d1ee 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/TagRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/common/TagRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/AccountServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/AccountServerResource.java index a7b3a780ae..f23f65c084 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/AccountServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/AccountServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/AccountsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/AccountsServerResource.java index 3f84292b09..13d36f11ad 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/AccountsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/AccountsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/MailServerApplication.java index 30c6643b17..3aa1c1dc0f 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.server; @@ -41,7 +41,7 @@ public class MailServerApplication extends Application { public MailServerApplication() { setName("RESTful Mail Server application"); setDescription("Example application for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/MailServerComponent.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/MailServerComponent.java index 1b76548d32..df9694fe6a 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/MailServerComponent.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/MailServerComponent.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.server; @@ -55,7 +55,7 @@ public MailServerComponent() throws Exception { // Set basic properties setName("RESTful Mail Server component"); setDescription("Example for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); // Add a CLAP client connector diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/RootServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/RootServerResource.java index f3e706f515..72f7d52a0c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/RootServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec3/server/RootServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec3.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/client/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/client/MailClient.java index 2220c0817f..b0adfc2a1e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/client/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/client/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.client; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountRepresentation.java index 9219a4c2c2..f9f40c2c82 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountResource.java index c868f6040a..da9bd124e5 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountsResource.java index 1a61d0310c..9f702c85c4 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/AccountsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/ContactRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/ContactRepresentation.java index a96b483e46..321454132f 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/ContactRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/ContactRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/FeedRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/FeedRepresentation.java index f6f850a912..887cefb910 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/FeedRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/FeedRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/MailRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/MailRepresentation.java index 7166dc785c..b1ed00a5f3 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/MailRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/MailRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/RootResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/RootResource.java index a4a5113276..5badff0539 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/RootResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/RootResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/TagRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/TagRepresentation.java index 14b5e1718a..9d7170db9f 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/TagRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/common/TagRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/AccountServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/AccountServerResource.java index 6647229166..2a0eca95dd 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/AccountServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/AccountServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/AccountsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/AccountsServerResource.java index 4f1b536dce..531c8e4534 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/AccountsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/AccountsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/FilesServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/FilesServerResource.java index d273f818c3..a6ad247945 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/FilesServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/FilesServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/MailServerApplication.java index b4c6178970..0f51f3f9e8 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.server; @@ -43,7 +43,7 @@ public class MailServerApplication extends Application { public MailServerApplication() { setName("RESTful Mail Server application"); setDescription("Example application for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); // Declare the supported roles diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/MailServerComponent.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/MailServerComponent.java index 93e569966b..43b2ccb2ed 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/MailServerComponent.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/MailServerComponent.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.server; @@ -55,7 +55,7 @@ public MailServerComponent() throws Exception { // Set basic properties setName("RESTful Mail Server component"); setDescription("Example for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); // Add a CLAP client connector diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/RootServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/RootServerResource.java index d7deaa5b40..47d955b3d1 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/RootServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec4/server/RootServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec4.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerificationClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerificationClient.java index eb62672db4..9e5485d400 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerificationClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerificationClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec5; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerificationServer.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerificationServer.java index 54fe96c9b6..12a29e36af 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerificationServer.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerificationServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec5; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerifiedServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerifiedServerResource.java index 4cffbc1940..71594e62f3 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerifiedServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch05/sec5/VerifiedServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch05.sec5; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/client/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/client/MailClient.java index b304a8e992..27a6344e7d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/client/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/client/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.client; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountRepresentation.java index 6a642d3b01..1d3212adf5 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountResource.java index 51d2f85a62..5c2ce91840 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountsResource.java index 83b4defa51..b9ea843479 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/AccountsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/ContactRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/ContactRepresentation.java index 371205baf3..74fcba9a82 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/ContactRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/ContactRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/FeedRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/FeedRepresentation.java index 424cf059f0..31fc01adbf 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/FeedRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/FeedRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/MailRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/MailRepresentation.java index 4578905aad..6297d3715c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/MailRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/MailRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/RootResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/RootResource.java index c5b666edfd..2b86080805 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/RootResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/RootResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/TagRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/TagRepresentation.java index 907df62926..8798f23e3b 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/TagRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/common/TagRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/AccountServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/AccountServerResource.java index 1fb9e64c82..9acd39deec 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/AccountServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/AccountServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/AccountsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/AccountsServerResource.java index 24931a1121..9ff5dc7d56 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/AccountsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/AccountsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/MailServerApplication.java index e0ce58d9b7..cb67522fac 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.server; @@ -39,7 +39,7 @@ public class MailServerApplication extends WadlApplication { public MailServerApplication() { setName("RESTful Mail Server application"); setDescription("Example application for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/MailServerComponent.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/MailServerComponent.java index 0f413a8b43..8aeb8cf3ac 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/MailServerComponent.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/MailServerComponent.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.server; @@ -53,7 +53,7 @@ public MailServerComponent() throws Exception { // Set basic properties setName("RESTful Mail Server component"); setDescription("Example for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); // Add a CLAP client connector diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/RootServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/RootServerResource.java index 57f498a71d..5b0420c379 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/RootServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch06/sec2/server/RootServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch06.sec2.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/Mail.java index e67a41e0da..a74e44fdcb 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailClient.java index 73c86775a4..572285317a 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailServerApplication.java index 99f3ced155..5c0b873415 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailServerResource.java index d9b8de1c0e..74be7e25f9 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub1/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/Mail.java index 77eb8e8dd6..4b4d6e8627 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailClient.java index 305bdbeabf..fb41827419 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailServerApplication.java index dd4af5a520..427a708e07 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailServerResource.java index 6fa25c814d..34e90a157e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/NaiveCookieAuthenticator.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/NaiveCookieAuthenticator.java index 70ee9c4f35..a239461a07 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/NaiveCookieAuthenticator.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub2/NaiveCookieAuthenticator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub3/HelloServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub3/HelloServerResource.java index 16f1074b75..22140ea837 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub3/HelloServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub3/HelloServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub3; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub3/MergeSitesServicesApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub3/MergeSitesServicesApplication.java index 1dc1b34553..69c30997e1 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub3/MergeSitesServicesApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub3/MergeSitesServicesApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub3; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub4/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub4/MailServerApplication.java index 70d0b685a8..08986989fe 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub4/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub4/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub4; @@ -56,7 +56,7 @@ public static void main(String[] args) throws Exception { public MailServerApplication() { setName("RESTful Mail Server application"); setDescription("Example application for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); // Configure the status service diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub4/MailStatusService.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub4/MailStatusService.java index 56cdca1614..e574120cae 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub4/MailStatusService.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub4/MailStatusService.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/Mail.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/Mail.java index 66ec2aefad..847022745a 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/Mail.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/Mail.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub5; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailClient.java index 4716f18db3..568e23d625 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub5; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailServerApplication.java index bb1c3101fd..b0df33df96 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub5; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailServerResource.java index 47610f0d9b..08ac27bfc1 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec1/sub5/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec1.sub5; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/OldServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/OldServerResource.java index 60471a8164..db3f195208 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/OldServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/OldServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec3.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/RedirectedClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/RedirectedClient.java index e60414ee48..116c91e875 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/RedirectedClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/RedirectedClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec3.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/RedirectingServer.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/RedirectingServer.java index cea1821f46..aa60aba294 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/RedirectingServer.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub1/RedirectingServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec3.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub2/SearchRedirector.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub2/SearchRedirector.java index 462529501d..6150641fe1 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub2/SearchRedirector.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec3/sub2/SearchRedirector.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec3.sub2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentClient.java index d852a37f24..1285d2f446 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec4.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentServer.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentServer.java index 7c9fd25fa4..9572694a98 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentServer.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec4.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentServerResource.java index d702396ec6..244c90968a 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub1/DynamicContentServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec4.sub1; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub3/RangeClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub3/RangeClient.java index 832d1ac6c7..698dc4daa7 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub3/RangeClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub3/RangeClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec4.sub3; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub3/RangeServer.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub3/RangeServer.java index ea184faeca..5a7472a3d6 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub3/RangeServer.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub3/RangeServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec4.sub3; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingClient.java index 73277054f3..d8f4910b62 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec4.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingServer.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingServer.java index 8839464c00..44dc6e4fc4 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingServer.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec4.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingServerResource.java index f62514e24d..2c523f6fbb 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub4/CachingServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec4.sub4; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub5/ConditionalClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub5/ConditionalClient.java index 493d4037b0..df2c6151b1 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub5/ConditionalClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch07/sec4/sub5/ConditionalClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch07.sec4.sub5; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountRepresentation.java index e0aec478ad..02c4d6b9d0 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountResource.java index bcade4598e..4603f71044 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountsResource.java index 3028b4ca39..65e4778b0e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/AccountsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactRepresentation.java index 18cd57768a..590d72dc18 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactResource.java index d02fbde0d4..4ad8f1a65d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/ContactResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/FeedRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/FeedRepresentation.java index 55c43ce599..eb21c46fc9 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/FeedRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/FeedRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailRepresentation.java index 60931cb081..190071c8ba 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailResource.java index 938a1ca1d4..c38e5ee2b3 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsResource.java index d12b833cb3..2e4dd51988 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/MailsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/RootResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/RootResource.java index 4403806710..7b1d92d106 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/RootResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/RootResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/TagRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/TagRepresentation.java index b8d9f75f93..39081b1a29 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/TagRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/common/TagRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountServerResource.java index c3c55d813e..c91ab68d7d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountsServerResource.java index 64dbe4dff3..4a46b62bd9 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/AccountsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactServerResource.java index 7cb5900936..7f27e06343 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/ContactServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerApplication.java index 581482bdce..131dba8961 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; @@ -39,7 +39,7 @@ public class MailServerApplication extends WadlApplication { public MailServerApplication() { setName("RESTful Mail API application"); setDescription("Example API for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerResource.java index ca7f458ab3..e1348806e9 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailsServerResource.java index c02c5fac77..a9cc328291 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/MailsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/RootServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/RootServerResource.java index 3e629be1cc..8e699b52d9 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/RootServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch08/gae/server/RootServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch08.gae.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountRepresentation.java index f4c406b725..0bd7cee3a8 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountResource.java index 25582e2e7e..3bad806faf 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountsResource.java index 2d0791883f..538e278002 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/AccountsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactRepresentation.java index 8cb23158de..4259ceff65 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactResource.java index 2f86678846..7a07d2cc84 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsResource.java index 094bc566d5..6b1b002179 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/ContactsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/FeedRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/FeedRepresentation.java index 82c34aabfa..4670801879 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/FeedRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/FeedRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailRepresentation.java index 939eeb7f38..87c9bfc88f 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailResource.java index 750a26bd80..ef75d20285 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsResource.java index ddc1a158cb..f6dcda9aca 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/MailsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/RootResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/RootResource.java index fe149c8e06..499712f05e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/RootResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/RootResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/TagRepresentation.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/TagRepresentation.java index 56e73aa479..81d98601d7 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/TagRepresentation.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/common/TagRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.common; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountServerResource.java index 1059371343..c717e0403c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountsServerResource.java index a1de3e00c5..f7b1ce19ec 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/AccountsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactServerResource.java index 9151b94dc3..b671067616 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactsServerResource.java index 5331448619..80c68456d7 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/ContactsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerApplication.java index 1113527872..8ab472f04b 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; @@ -39,7 +39,7 @@ public class MailServerApplication extends WadlApplication { public MailServerApplication() { setName("RESTful Mail API application"); setDescription("Example API for 'Restlet in Action' book"); - setOwner("Talend S.A."); + setOwner("QlikTech International AB"); setAuthor("The Restlet Team"); } diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerResource.java index 57e130b689..bcd704189c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailsServerResource.java index 591abafffe..915e89b03f 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/MailsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/RootServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/RootServerResource.java index 937f893cd9..6e5ea84408 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/RootServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch09/server/RootServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch09.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch10/sec2/FoafExample.java b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch10/sec2/FoafExample.java index 78b1d6d2dd..7b7e936449 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch10/sec2/FoafExample.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/book/restlet/ch10/sec2/FoafExample.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.book.restlet.ch10.sec2; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/fileupload/FileUploadApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/fileupload/FileUploadApplication.java index 12ee819083..3ab46b6622 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/fileupload/FileUploadApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/fileupload/FileUploadApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.fileupload; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/fileupload/FileUploadServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/fileupload/FileUploadServerResource.java index bd9935d3b1..d6f5bc2045 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/fileupload/FileUploadServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/fileupload/FileUploadServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.fileupload; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/guice/HelloWorld.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/guice/HelloWorld.java index d3504a41e9..75a20cd13a 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/guice/HelloWorld.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/guice/HelloWorld.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.guice; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/guice/Main.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/guice/Main.java index 4c287364ee..6fe62eb633 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/guice/Main.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/guice/Main.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.guice; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/EasyRootResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/EasyRootResource.java index a0446413f5..5e994c8324 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/EasyRootResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/EasyRootResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.jaxrs; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/ExampleApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/ExampleApplication.java index 8501433589..a60e8e9af6 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/ExampleApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/ExampleApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.jaxrs; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/ExampleServer.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/ExampleServer.java index 5673ae47a5..f6e779b1d2 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/ExampleServer.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/ExampleServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.jaxrs; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/AbstractEmployee.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/AbstractEmployee.java index 3218d0cef0..edc2d32ba6 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/AbstractEmployee.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/AbstractEmployee.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.jaxrs.employees; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/Employee.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/Employee.java index 2ecd2ea592..f803d6ed4e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/Employee.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/Employee.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.jaxrs.employees; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeList.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeList.java index 62d7de1327..968ebf765f 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeList.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeList.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.jaxrs.employees; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeMgr.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeMgr.java index bebc30dbc3..6dbf48979e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeMgr.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeMgr.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.jaxrs.employees; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeResource.java index d1dc83dc66..7606381676 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeeResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.jaxrs.employees; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeesResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeesResource.java index b3d6841f6c..24505b7a95 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeesResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/EmployeesResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.jaxrs.employees; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/SmallEmployee.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/SmallEmployee.java index 390410e269..fb95d681e4 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/SmallEmployee.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/jaxrs/employees/SmallEmployee.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.jaxrs.employees; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/FacebookMeServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/FacebookMeServerResource.java index ed04dbb52a..b46f935d0c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/FacebookMeServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/FacebookMeServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.client; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/GoogleContactsServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/GoogleContactsServerResource.java index 687b35472b..c60ec99e16 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/GoogleContactsServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/GoogleContactsServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.client; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/OAuth2Sample.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/OAuth2Sample.java index c2fbaf9ba7..c69936f653 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/OAuth2Sample.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/OAuth2Sample.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.client; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/SampleApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/SampleApplication.java index d4be159610..24db29b286 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/SampleApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/client/SampleApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.client; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoClient.java index 0a31b2ab3b..42ad96c872 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.mongo; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoClientManager.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoClientManager.java index bc219d5212..5f27f1e702 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoClientManager.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoClientManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.mongo; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoToken.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoToken.java index 67f0a8a3cf..b44cf84d69 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoToken.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoToken.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.mongo; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoTokenManager.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoTokenManager.java index 73cb2624a4..a0c970a11e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoTokenManager.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/mongo/MongoTokenManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.mongo; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/LoginPageServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/LoginPageServerResource.java index d87c4ee749..513ba0d394 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/LoginPageServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/LoginPageServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/OAuth2Sample.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/OAuth2Sample.java index 758f164b55..c4e65b7ac0 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/OAuth2Sample.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/OAuth2Sample.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/OAuth2ServerApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/OAuth2ServerApplication.java index bcf39cb34d..4a58a99419 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/OAuth2ServerApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/OAuth2ServerApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleApplication.java index 90290a86e0..71cb1268dd 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleUser.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleUser.java index 98baee99bd..a8e90d88c0 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleUser.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleUser.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleUserManager.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleUserManager.java index 53871f8e13..ab85ee1742 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleUserManager.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/SampleUserManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/StatusServerResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/StatusServerResource.java index f34b6faa21..110f08ca4f 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/StatusServerResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/oauth/server/StatusServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.oauth.server; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/openid/OpenIdProvider.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/openid/OpenIdProvider.java index 9cc6f2df70..df177cce45 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/openid/OpenIdProvider.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/openid/OpenIdProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.openid; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/ExampleResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/ExampleResource.java index 7d15667a98..27ee95d7f2 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/ExampleResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/ExampleResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.osgi; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/ExampleResourceProvider.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/ExampleResourceProvider.java index f2bb5abf24..9cde3ffda5 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/ExampleResourceProvider.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/ExampleResourceProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.osgi; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/HelloResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/HelloResource.java index 04d91cbf83..58a63bf694 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/HelloResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/HelloResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.osgi; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/HelloResourceProvider.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/HelloResourceProvider.java index 33b3f12889..8ee44725bc 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/HelloResourceProvider.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/osgi/HelloResourceProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.osgi; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/Application.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/Application.java index 16b93cb30b..998db6ab07 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/Application.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/Application.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/data/DataFacade.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/data/DataFacade.java index aaae676a4a..76548ad285 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/data/DataFacade.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/data/DataFacade.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.data; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/data/ListFacade.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/data/ListFacade.java index 4e4c7e5e83..6fa1fee651 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/data/ListFacade.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/data/ListFacade.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.data; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/BaseObject.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/BaseObject.java index 9f9ebaeb72..5f131f1635 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/BaseObject.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/BaseObject.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.objects; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/Contact.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/Contact.java index 18effbd4e5..a65fe1816a 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/Contact.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/Contact.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.objects; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/ObjectsException.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/ObjectsException.java index 687f46a6be..591493bdf3 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/ObjectsException.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/ObjectsException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.objects; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/ObjectsFacade.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/ObjectsFacade.java index f71b37f2f7..d8b4dc2ed8 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/ObjectsFacade.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/ObjectsFacade.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.objects; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/User.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/User.java index 93ffe93283..95d4ba1802 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/User.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/objects/User.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.objects; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/BaseResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/BaseResource.java index 2c08986f30..f1c6caa739 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/BaseResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/BaseResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.resources; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/ContactResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/ContactResource.java index 18ac097067..722e337db8 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/ContactResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/ContactResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.resources; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/ContactsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/ContactsResource.java index 49de5ccb73..925d5c2532 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/ContactsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/ContactsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.resources; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/UserResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/UserResource.java index 1431dcf837..f6869ff70d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/UserResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/UserResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.resources; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/UsersResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/UsersResource.java index 51567223a6..d61dfce9f1 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/UsersResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/resources/UsersResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.rdf.foaf.resources; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/web/tmpl/footer.ftl b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/web/tmpl/footer.ftl index 612f6e6305..0c5b0034a7 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/web/tmpl/footer.ftl +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/rdf/foaf/web/tmpl/footer.ftl @@ -20,8 +20,8 @@ + Logo Restlet + Copyright 2005-2024 Restlet + - \ No newline at end of file + diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/BaseResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/BaseResource.java index 629be24d6f..abed0d336a 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/BaseResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/BaseResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.wadl; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceApplication.java index d3e21b6d09..d1c3dda1d4 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.wadl; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceClientMain.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceClientMain.java index e5570cbd62..25fa4f2be3 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceClientMain.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceClientMain.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.wadl; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceServerMain.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceServerMain.java index 0b6be4de26..1fc2edb481 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceServerMain.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/FirstResourceServerMain.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.wadl; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/Item.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/Item.java index cb0f39a32a..7a14310564 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/Item.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/Item.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.wadl; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/ItemResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/ItemResource.java index 7374699b59..d98ab215d9 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/ItemResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/ItemResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.wadl; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/ItemsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/ItemsResource.java index 86a35cc286..1598339e52 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/ItemsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/ext/wadl/ItemsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.ext.wadl; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/BaseResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/BaseResource.java index b4f5fb1fb9..5e4a29892e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/BaseResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/BaseResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.firstResource; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceApplication.java index 7f1f0cc5a0..bc2d179ea2 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.firstResource; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceClientMain.java b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceClientMain.java index 89c189a05b..3cbf0636d3 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceClientMain.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceClientMain.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.firstResource; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceServerMain.java b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceServerMain.java index 6d17011c2f..527aa989e6 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceServerMain.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/FirstResourceServerMain.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.firstResource; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/Item.java b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/Item.java index c391110153..e121885685 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/Item.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/Item.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.firstResource; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/ItemResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/ItemResource.java index 4ad1487c97..a331b28ef3 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/ItemResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/ItemResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.firstResource; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/ItemsResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/ItemsResource.java index e39921b77a..90eab559de 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/ItemsResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/firstResource/ItemsResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.firstResource; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/FirstStepsApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/FirstStepsApplication.java index b471226e89..536516636a 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/FirstStepsApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/FirstStepsApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.firstSteps; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/FirstStepsMain.java b/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/FirstStepsMain.java index 67cbe43d45..012d3d8767 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/FirstStepsMain.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/FirstStepsMain.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.firstSteps; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/HelloWorldResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/HelloWorldResource.java index 8b8743873a..db9609ff48 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/HelloWorldResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/firstSteps/HelloWorldResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.firstSteps; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/misc/AwsTest.java b/modules/org.restlet.example/src/main/java/org/restlet/example/misc/AwsTest.java index 15a03c03cd..1597867c6c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/misc/AwsTest.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/misc/AwsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.misc; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/misc/ClapTest.java b/modules/org.restlet.example/src/main/java/org/restlet/example/misc/ClapTest.java index bee84d64d4..e21b850ab7 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/misc/ClapTest.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/misc/ClapTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.misc; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/misc/HeadersTest.java b/modules/org.restlet.example/src/main/java/org/restlet/example/misc/HeadersTest.java index 5327f08964..94ed7df23b 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/misc/HeadersTest.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/misc/HeadersTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.misc; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouter.java b/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouter.java index cb9f8d3372..748e95adb2 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouter.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.router; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouterApplication.java b/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouterApplication.java index cad9a77bc7..a813af10c3 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouterApplication.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouterApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.router; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouterClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouterClient.java index c441935818..017c2fc2f5 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouterClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/router/QueryRouterClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.router; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Constants.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Constants.java index e625de7b1b..efc9e6408a 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Constants.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Constants.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/OrderResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/OrderResource.java index d184b4f138..0ddf6573e9 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/OrderResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/OrderResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/OrdersResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/OrdersResource.java index 67070da8a5..6a12e93877 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/OrdersResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/OrdersResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part02a_RetrieveContent.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part02a_RetrieveContent.java index 79718aa8d3..3e57f51db1 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part02a_RetrieveContent.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part02a_RetrieveContent.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part02b_RetrieveContent.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part02b_RetrieveContent.java index f29ebe4032..8ae62e5b8c 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part02b_RetrieveContent.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part02b_RetrieveContent.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part03_ListenToBrowsers.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part03_ListenToBrowsers.java index 28bb4ff44f..747233a829 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part03_ListenToBrowsers.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part03_ListenToBrowsers.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part05_RestletComponents.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part05_RestletComponents.java index 05a7eb677e..b3765662f7 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part05_RestletComponents.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part05_RestletComponents.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part06_ServeStaticFiles.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part06_ServeStaticFiles.java index 91e6c1b6f9..36bc29748f 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part06_ServeStaticFiles.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part06_ServeStaticFiles.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part09a_GuardAccess.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part09a_GuardAccess.java index bb1774ed09..b39667b6b4 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part09a_GuardAccess.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part09a_GuardAccess.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part09b_AuthenticateClient.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part09b_AuthenticateClient.java index 23983c918f..eef0ad9437 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part09b_AuthenticateClient.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part09b_AuthenticateClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part10.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part10.java index 360ea692a6..447f88574e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part10.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part10.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part11_Routing.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part11_Routing.java index 22bf88cf85..8bdb9e2b3d 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part11_Routing.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part11_Routing.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part12_ServerResources.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part12_ServerResources.java index 9d629683c7..d7604bcf4e 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part12_ServerResources.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/Part12_ServerResources.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/UserResource.java b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/UserResource.java index 0f8f3d1f4d..ab882eaacc 100644 --- a/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/UserResource.java +++ b/modules/org.restlet.example/src/main/java/org/restlet/example/tutorial/UserResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.example.tutorial; diff --git a/modules/org.restlet.ext.atom/pom.xml b/modules/org.restlet.ext.atom/pom.xml index db3d47ad48..ecf68ab59f 100644 --- a/modules/org.restlet.ext.atom/pom.xml +++ b/modules/org.restlet.ext.atom/pom.xml @@ -17,13 +17,11 @@ org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.xml 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/AtomConverter.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/AtomConverter.java index bbc1c78af2..dffbdf1037 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/AtomConverter.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/AtomConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Categories.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Categories.java index c9c3a9173a..ec24c4e934 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Categories.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Categories.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Category.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Category.java index 6ee225f96a..7e4f94b939 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Category.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Category.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Collection.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Collection.java index 189c75ef75..330abe5a80 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Collection.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Collection.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Content.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Content.java index 7465ad8ff9..e02225065e 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Content.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Content.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Entry.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Entry.java index 69cbf74fab..fa10b84602 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Entry.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Entry.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/EntryReader.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/EntryReader.java index e471670b63..2136b3243e 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/EntryReader.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/EntryReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Feed.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Feed.java index 68aa2e750f..c0177a0608 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Feed.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Feed.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/FeedReader.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/FeedReader.java index c4af036955..6e77370a36 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/FeedReader.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/FeedReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Generator.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Generator.java index 986380430c..e044951378 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Generator.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Generator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Link.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Link.java index 8b55673b5c..5d57f22f41 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Link.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Link.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Person.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Person.java index ae53e3c38c..52e8da4f52 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Person.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Person.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Relation.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Relation.java index c3ac6a417c..880b71396a 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Relation.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Relation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Service.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Service.java index 801ba41e70..27142f145d 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Service.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Service.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Source.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Source.java index d8c42b7cda..d0a1d4264b 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Source.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Text.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Text.java index bcfe3fb96a..fcb61a63b0 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Text.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Text.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Workspace.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Workspace.java index 30f158e957..84b37aac15 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Workspace.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/Workspace.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/CategoriesContentReader.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/CategoriesContentReader.java index 1a62632648..b113b0cae6 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/CategoriesContentReader.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/CategoriesContentReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom.internal; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/EntryContentReader.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/EntryContentReader.java index 1787731129..ba571ac1be 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/EntryContentReader.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/EntryContentReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom.internal; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/FeedContentReader.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/FeedContentReader.java index c1a0bed77f..b6556fc680 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/FeedContentReader.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/FeedContentReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom.internal; diff --git a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/ServiceContentReader.java b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/ServiceContentReader.java index a2c5911ca6..c9422f9e35 100644 --- a/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/ServiceContentReader.java +++ b/modules/org.restlet.ext.atom/src/main/java/org/restlet/ext/atom/internal/ServiceContentReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.atom.internal; diff --git a/modules/org.restlet.ext.crypto/pom.xml b/modules/org.restlet.ext.crypto/pom.xml index e88863a5e4..b9600198ee 100644 --- a/modules/org.restlet.ext.crypto/pom.xml +++ b/modules/org.restlet.ext.crypto/pom.xml @@ -17,7 +17,6 @@ org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/AwsAuthenticator.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/AwsAuthenticator.java index c9e96e154c..f6daf5ed2e 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/AwsAuthenticator.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/AwsAuthenticator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/CookieAuthenticator.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/CookieAuthenticator.java index eead99b20d..9636e81c12 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/CookieAuthenticator.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/CookieAuthenticator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestAuthenticator.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestAuthenticator.java index f945d7e4f1..bc59cc54d1 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestAuthenticator.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestAuthenticator.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ - * - * Restlet is a registered trademark of Talend S.A. + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto; @@ -40,7 +40,7 @@ /** * Authenticator supporting the digest challenge authentication schemes. By * default, it only knows about the {@link ChallengeScheme#HTTP_DIGEST} scheme. - * + * * @see DigestVerifier * @see DigestAuthenticator * @author Jerome Louvel @@ -63,7 +63,7 @@ public class DigestAuthenticator extends ChallengeAuthenticator { * Constructor. Sets the challenge scheme to * {@link ChallengeScheme#HTTP_DIGEST} and the nonce lifespan to 5 minutes * by default. - * + * * @param context * The context. * @param optional @@ -88,7 +88,7 @@ public DigestAuthenticator(Context context, boolean optional, String realm, /** * Constructor. By default, it set the "optional" property to 'false' and * the "domainUris" property to a single '/' URI. - * + * * @param context * The context. * @param realm @@ -111,7 +111,7 @@ protected ChallengeRequest createChallengeRequest(boolean stale) { /** * Generates a server nonce. - * + * * @return A new server nonce. */ public String generateServerNonce() { @@ -120,9 +120,9 @@ public String generateServerNonce() { /** * Returns the base URI references that collectively define the protected - * domains for the digest authentication. By default it return a list with a + * domains for the digest authentication. By default, it returns a list with a * single "/" URI reference. - * + * * @return The base URI references. */ public List getDomainRefs() { @@ -144,7 +144,7 @@ public List getDomainRefs() { * Return the hashed secret. By default, it knows how to hash HTTP DIGEST * secrets, specified as A1 in section 3.2.2.2 of RFC2617, or null if the * identifier has no corresponding secret. - * + * * @param identifier * The user identifier to hash. * @param secret @@ -161,7 +161,7 @@ public String getHashedSecret(String identifier, char[] secret) { /** * Returns the number of milliseconds between each mandatory nonce refresh. - * + * * @return The server nonce lifespan. */ public long getMaxServerNonceAge() { @@ -170,7 +170,7 @@ public long getMaxServerNonceAge() { /** * Returns the secret key known only by server. - * + * * @return The server secret key. */ public String getServerKey() { @@ -186,7 +186,7 @@ public DigestVerifier getVerifier() { /** * Sets the URI references that define the protection domains for the digest * authentication. - * + * * @param domainRefs * The base URI references. */ @@ -196,7 +196,7 @@ public void setDomainRefs(List domainRefs) { /** * Sets the number of milliseconds between each mandatory nonce refresh. - * + * * @param maxServerNonceAge * The nonce lifespan in milliseconds. */ @@ -206,7 +206,7 @@ public void setMaxServerNonceAge(long maxServerNonceAge) { /** * Sets the secret key known only by server. - * + * * @param serverKey * The server secret key. */ @@ -217,7 +217,7 @@ public void setServerKey(String serverKey) { /** * Set the internal verifier. In general you shouldn't replace it and * instead use the {@link #setWrappedVerifier(LocalVerifier)} method. - * + * * @param verifier * The internal verifier. */ @@ -244,7 +244,7 @@ public void setVerifier(Verifier verifier) { * Sets the digest algorithm of secrets returned by the wrapped verifier. * The secrets from the wrapped verifier are the ones used by the verifier * to compare those sent by clients when attempting to authenticate. - * + * * @param wrappedAlgorithm * The digest algorithm of secrets returned by the wrapped * verifier. @@ -257,7 +257,7 @@ public void setWrappedAlgorithm(String wrappedAlgorithm) { /** * Sets the secret verifier that will be wrapped by real verifier supporting * all the HTTP DIGEST verifications (nonce, domain URIs, etc.). - * + * * @param localVerifier * The local verifier to wrap. */ diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestUtils.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestUtils.java index 27cda37d72..b9dc63e90b 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestUtils.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestVerifier.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestVerifier.java index 5d7e806cd7..ad154c4fe6 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestVerifier.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/DigestVerifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/AwsUtils.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/AwsUtils.java index fa81319f3f..0572c9caf8 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/AwsUtils.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/AwsUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto.internal; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/AwsVerifier.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/AwsVerifier.java index 4bae60c2a6..9e1fd5ddcc 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/AwsVerifier.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/AwsVerifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto.internal; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/CryptoUtils.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/CryptoUtils.java index 552a8584bb..40e012c5d3 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/CryptoUtils.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/CryptoUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto.internal; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAwsQueryHelper.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAwsQueryHelper.java index 930978a5e9..cb184e8c14 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAwsQueryHelper.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAwsQueryHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto.internal; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAwsS3Helper.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAwsS3Helper.java index 25c11659d8..ccb4442855 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAwsS3Helper.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAwsS3Helper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto.internal; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAzureSharedKeyHelper.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAzureSharedKeyHelper.java index 4345a7a67d..e85d51e13b 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAzureSharedKeyHelper.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAzureSharedKeyHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto.internal; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAzureSharedKeyLiteHelper.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAzureSharedKeyLiteHelper.java index 629b49da04..ff7d532648 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAzureSharedKeyLiteHelper.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpAzureSharedKeyLiteHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto.internal; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpDigestHelper.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpDigestHelper.java index 57285c0ceb..068b72dbe4 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpDigestHelper.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpDigestHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto.internal; diff --git a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpDigestVerifier.java b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpDigestVerifier.java index 1c103a1904..85fdf0a1a1 100644 --- a/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpDigestVerifier.java +++ b/modules/org.restlet.ext.crypto/src/main/java/org/restlet/ext/crypto/internal/HttpDigestVerifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.crypto.internal; diff --git a/modules/org.restlet.ext.emf/pom.xml b/modules/org.restlet.ext.emf/pom.xml index f2439bf5de..00289a4587 100644 --- a/modules/org.restlet.ext.emf/pom.xml +++ b/modules/org.restlet.ext.emf/pom.xml @@ -16,26 +16,19 @@ org.eclipse.emf org.eclipse.emf.common - ${lib-emf-version} - org.eclipse.emf org.eclipse.emf.ecore - ${lib-emf-version} - org.eclipse.emf org.eclipse.emf.ecore.xmi - ${lib-emf-ecore-xmi-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/EmfConverter.java b/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/EmfConverter.java index f9695f47bb..b8f19d05e6 100644 --- a/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/EmfConverter.java +++ b/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/EmfConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.emf; diff --git a/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/EmfRepresentation.java b/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/EmfRepresentation.java index 1586bc90dc..ce648bbda5 100644 --- a/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/EmfRepresentation.java +++ b/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/EmfRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.emf; diff --git a/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/internal/EmfHtmlWriter.java b/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/internal/EmfHtmlWriter.java index 4679c25058..47c437577e 100644 --- a/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/internal/EmfHtmlWriter.java +++ b/modules/org.restlet.ext.emf/src/main/java/org/restlet/ext/emf/internal/EmfHtmlWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.emf.internal; diff --git a/modules/org.restlet.ext.fileupload/pom.xml b/modules/org.restlet.ext.fileupload/pom.xml index b9156cec85..f8b69450d1 100644 --- a/modules/org.restlet.ext.fileupload/pom.xml +++ b/modules/org.restlet.ext.fileupload/pom.xml @@ -16,20 +16,16 @@ javax.servlet javax.servlet-api - ${lib-servlet-version} - provided + provided commons-fileupload commons-fileupload - ${lib-fileupload-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.fileupload/src/main/java/org/restlet/ext/fileupload/RepresentationContext.java b/modules/org.restlet.ext.fileupload/src/main/java/org/restlet/ext/fileupload/RepresentationContext.java index cb559605ea..2182c84ac3 100644 --- a/modules/org.restlet.ext.fileupload/src/main/java/org/restlet/ext/fileupload/RepresentationContext.java +++ b/modules/org.restlet.ext.fileupload/src/main/java/org/restlet/ext/fileupload/RepresentationContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.fileupload; diff --git a/modules/org.restlet.ext.fileupload/src/main/java/org/restlet/ext/fileupload/RestletFileUpload.java b/modules/org.restlet.ext.fileupload/src/main/java/org/restlet/ext/fileupload/RestletFileUpload.java index 9cb4204a0b..049a10db6a 100644 --- a/modules/org.restlet.ext.fileupload/src/main/java/org/restlet/ext/fileupload/RestletFileUpload.java +++ b/modules/org.restlet.ext.fileupload/src/main/java/org/restlet/ext/fileupload/RestletFileUpload.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.fileupload; diff --git a/modules/org.restlet.ext.freemarker/pom.xml b/modules/org.restlet.ext.freemarker/pom.xml index 78d8796d75..053af03de7 100644 --- a/modules/org.restlet.ext.freemarker/pom.xml +++ b/modules/org.restlet.ext.freemarker/pom.xml @@ -17,13 +17,11 @@ org.freemarker freemarker ${lib-freemarker-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/ContextTemplateLoader.java b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/ContextTemplateLoader.java index d00134ec4e..bf48090b8c 100644 --- a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/ContextTemplateLoader.java +++ b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/ContextTemplateLoader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.freemarker; diff --git a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/FreemarkerConverter.java b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/FreemarkerConverter.java index 1e38310ef7..ba53b8d971 100644 --- a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/FreemarkerConverter.java +++ b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/FreemarkerConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.freemarker; diff --git a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/TemplateFilter.java b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/TemplateFilter.java index a5f807c785..2b733bf1a3 100644 --- a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/TemplateFilter.java +++ b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/TemplateFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.freemarker; diff --git a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/TemplateRepresentation.java b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/TemplateRepresentation.java index 9fa25ae981..6e6e116525 100644 --- a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/TemplateRepresentation.java +++ b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/TemplateRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.freemarker; diff --git a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/internal/ResolverHashModel.java b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/internal/ResolverHashModel.java index 87fd22030b..81a8204402 100644 --- a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/internal/ResolverHashModel.java +++ b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/internal/ResolverHashModel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.freemarker.internal; diff --git a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/internal/ScalarModel.java b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/internal/ScalarModel.java index 69338465a3..dde13be2b8 100644 --- a/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/internal/ScalarModel.java +++ b/modules/org.restlet.ext.freemarker/src/main/java/org/restlet/ext/freemarker/internal/ScalarModel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.freemarker.internal; diff --git a/modules/org.restlet.ext.gae/pom.xml b/modules/org.restlet.ext.gae/pom.xml index e00853008b..8e3c22f6ec 100644 --- a/modules/org.restlet.ext.gae/pom.xml +++ b/modules/org.restlet.ext.gae/pom.xml @@ -16,14 +16,11 @@ com.google.appengine appengine-api-1.0-sdk - ${lib-gappengine-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.gae/src/main/java/org/restlet/ext/gae/GaeAuthenticator.java b/modules/org.restlet.ext.gae/src/main/java/org/restlet/ext/gae/GaeAuthenticator.java index 5b576135d1..01bdc320a8 100644 --- a/modules/org.restlet.ext.gae/src/main/java/org/restlet/ext/gae/GaeAuthenticator.java +++ b/modules/org.restlet.ext.gae/src/main/java/org/restlet/ext/gae/GaeAuthenticator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.gae; diff --git a/modules/org.restlet.ext.gae/src/main/java/org/restlet/ext/gae/GaeEnroler.java b/modules/org.restlet.ext.gae/src/main/java/org/restlet/ext/gae/GaeEnroler.java index 7b1052a9e0..9229099837 100644 --- a/modules/org.restlet.ext.gae/src/main/java/org/restlet/ext/gae/GaeEnroler.java +++ b/modules/org.restlet.ext.gae/src/main/java/org/restlet/ext/gae/GaeEnroler.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.gae; diff --git a/modules/org.restlet.ext.gson/pom.xml b/modules/org.restlet.ext.gson/pom.xml index 073520368c..488fec9bdc 100644 --- a/modules/org.restlet.ext.gson/pom.xml +++ b/modules/org.restlet.ext.gson/pom.xml @@ -16,20 +16,15 @@ com.google.code.gson gson - ${lib-gson-version} - joda-time joda-time - ${lib-joda-time-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.gson/src/main/java/org/restlet/ext/gson/GsonConverter.java b/modules/org.restlet.ext.gson/src/main/java/org/restlet/ext/gson/GsonConverter.java index 0c74b5ed78..86cbbf0eb7 100644 --- a/modules/org.restlet.ext.gson/src/main/java/org/restlet/ext/gson/GsonConverter.java +++ b/modules/org.restlet.ext.gson/src/main/java/org/restlet/ext/gson/GsonConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.gson; diff --git a/modules/org.restlet.ext.gson/src/main/java/org/restlet/ext/gson/GsonRepresentation.java b/modules/org.restlet.ext.gson/src/main/java/org/restlet/ext/gson/GsonRepresentation.java index ac0bb5b1fd..aff6c727bd 100644 --- a/modules/org.restlet.ext.gson/src/main/java/org/restlet/ext/gson/GsonRepresentation.java +++ b/modules/org.restlet.ext.gson/src/main/java/org/restlet/ext/gson/GsonRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.gson; diff --git a/modules/org.restlet.ext.guice/module.xml b/modules/org.restlet.ext.guice/module.xml index 4e2db4c049..365b97de95 100644 --- a/modules/org.restlet.ext.guice/module.xml +++ b/modules/org.restlet.ext.guice/module.xml @@ -8,6 +8,7 @@ + diff --git a/modules/org.restlet.ext.guice/pom.xml b/modules/org.restlet.ext.guice/pom.xml index 90e80f45fa..822bb767ab 100644 --- a/modules/org.restlet.ext.guice/pom.xml +++ b/modules/org.restlet.ext.guice/pom.xml @@ -16,26 +16,19 @@ com.google.inject guice - ${lib-guice-version} - javax.inject javax.inject - ${lib-javax-inject-version} - aopalliance aopalliance - ${lib-aopalliance-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/FinderFactory.java b/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/FinderFactory.java index e855651ab7..ba74cd42d9 100644 --- a/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/FinderFactory.java +++ b/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/FinderFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.guice; diff --git a/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/ResourceInjectingApplication.java b/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/ResourceInjectingApplication.java index 4229ea75de..70d321c1dd 100644 --- a/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/ResourceInjectingApplication.java +++ b/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/ResourceInjectingApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.guice; diff --git a/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/RestletGuice.java b/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/RestletGuice.java index 11c0d69320..56e086bdf7 100644 --- a/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/RestletGuice.java +++ b/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/RestletGuice.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ - * - * Restlet is a registered trademark of Talend S.A. + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.guice; @@ -47,7 +47,7 @@ /** * Guice dependency injection for Restlet. - * + * * @author Tim Peierls */ public class RestletGuice { @@ -89,7 +89,7 @@ public final Class getTargetClass() { // If the key type is a subtype of ServerResource, return it. Class src = ServerResource.class; - if (src != null && targetClass != null + if (targetClass != null && src.isAssignableFrom(targetClass)) { @SuppressWarnings("unchecked") Class result = (Class) targetClass; @@ -206,7 +206,7 @@ public Finder finder(Class cls, Class qualifier) { /** * Creates a {@link Provider}r for the current {@link Application}. * Override to use a custom Application provider. - * + * * @return A {@link Provider} for the current {@link Application}. */ protected Provider newApplicationProvider() { @@ -220,7 +220,7 @@ public Application get() { /** * Creates a {@link Provider} for the current {@link Context}. Override * to use a custom Context provider. - * + * * @return A {@link Provider} for the current {@link Context}. */ protected Provider newContextProvider() { @@ -234,7 +234,7 @@ public Context get() { /** * Creates a {@link Provider} for the current {@link Request}. Override * to use a custom Request provider. - * + * * @return A {@link Provider} for the current {@link Request}. */ protected Provider newRequestProvider() { @@ -248,7 +248,7 @@ public Request get() { /** * Creates a {@link Provider} for the current {@link Response}. Override * to use a custom Response provider. - * + * * @return A {@link Provider} for the current {@link Response}. */ protected Provider newResponseProvider() { @@ -264,7 +264,7 @@ public Response get() { * Creates an instance of {@link Injector} from the given modules with * {@link FinderFactory} bound to an implementation that uses the injector's * bindings to create Finder instances. - * + * * @param modules * The list of modules. * @return The injector for the list of modules. @@ -277,7 +277,7 @@ public static Injector createInjector(com.google.inject.Module... modules) { * Creates an instance of {@link Injector} from the given modules with * {@link FinderFactory} bound to an implementation that uses the injector's * bindings to create Finder instances. - * + * * @param modules * The collection of modules. * @return The injector for the list of modules. @@ -291,7 +291,7 @@ public static Injector createInjector( * Creates an instance of {@link Injector} in the given {@link Stage} from * the given modules with {@link FinderFactory} bound to an implementation * that uses the injector's bindings to create {@link Finder} instances. - * + * * @param stage * The {@link Stage}. * @param modules @@ -307,7 +307,7 @@ public static Injector createInjector(Stage stage, * Creates an instance of {@link Injector} in the given {@link Stage} from * the given modules with {@link FinderFactory} bound to an implementation * that uses the injector's bindings to create {@link Finder} instances. - * + * * @param stage * The {@link Stage}. * @param modules diff --git a/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/SelfInjectingServerResource.java b/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/SelfInjectingServerResource.java index a43d3e4b98..84216bf19d 100644 --- a/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/SelfInjectingServerResource.java +++ b/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/SelfInjectingServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.guice; diff --git a/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/SelfInjectingServerResourceModule.java b/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/SelfInjectingServerResourceModule.java index ef32e26e6a..54f5508e8b 100644 --- a/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/SelfInjectingServerResourceModule.java +++ b/modules/org.restlet.ext.guice/src/main/java/org/restlet/ext/guice/SelfInjectingServerResourceModule.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.guice; diff --git a/modules/org.restlet.ext.gwt/pom.xml b/modules/org.restlet.ext.gwt/pom.xml index 09d14c59c9..e8553f447a 100644 --- a/modules/org.restlet.ext.gwt/pom.xml +++ b/modules/org.restlet.ext.gwt/pom.xml @@ -16,14 +16,11 @@ com.google.gwt gwt-servlet - ${lib-gwt-server-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/GwtConverter.java b/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/GwtConverter.java index 6a309a7f63..04d0f5d226 100644 --- a/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/GwtConverter.java +++ b/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/GwtConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.gwt; diff --git a/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/ObjectRepresentation.java b/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/ObjectRepresentation.java index 92adc320e1..ce05e1633d 100644 --- a/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/ObjectRepresentation.java +++ b/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/ObjectRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.gwt; diff --git a/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/SimpleSerializationPolicy.java b/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/SimpleSerializationPolicy.java index f2ba99ed21..190a45c6fa 100644 --- a/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/SimpleSerializationPolicy.java +++ b/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/SimpleSerializationPolicy.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.gwt; diff --git a/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/SimpleSerializationPolicyProvider.java b/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/SimpleSerializationPolicyProvider.java index 9e91e6125e..91bbafffae 100644 --- a/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/SimpleSerializationPolicyProvider.java +++ b/modules/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/SimpleSerializationPolicyProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.gwt; diff --git a/modules/org.restlet.ext.html/pom.xml b/modules/org.restlet.ext.html/pom.xml index 8dd0d05b79..2775c80dbc 100644 --- a/modules/org.restlet.ext.html/pom.xml +++ b/modules/org.restlet.ext.html/pom.xml @@ -17,7 +17,6 @@ org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/FormData.java b/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/FormData.java index 31977464d0..9faf15f110 100644 --- a/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/FormData.java +++ b/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/FormData.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.html; diff --git a/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/FormDataSet.java b/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/FormDataSet.java index 38575bfa65..2bc6c61802 100644 --- a/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/FormDataSet.java +++ b/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/FormDataSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.html; diff --git a/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/HtmlConverter.java b/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/HtmlConverter.java index 5aa9cb8658..9a4c23926e 100644 --- a/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/HtmlConverter.java +++ b/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/HtmlConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.html; diff --git a/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/internal/FormReader.java b/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/internal/FormReader.java index 007ce30403..79710b0ae8 100644 --- a/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/internal/FormReader.java +++ b/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/internal/FormReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.html.internal; diff --git a/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/internal/FormUtils.java b/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/internal/FormUtils.java index 0672f69a8c..753edc280b 100644 --- a/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/internal/FormUtils.java +++ b/modules/org.restlet.ext.html/src/main/java/org/restlet/ext/html/internal/FormUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.html.internal; diff --git a/modules/org.restlet.ext.httpclient/pom.xml b/modules/org.restlet.ext.httpclient/pom.xml index 9b34bfb766..236aa654a2 100644 --- a/modules/org.restlet.ext.httpclient/pom.xml +++ b/modules/org.restlet.ext.httpclient/pom.xml @@ -16,50 +16,35 @@ commons-codec commons-codec - ${lib-codec-version} - org.apache.httpcomponents httpclient - ${lib-httpclient-version} - org.apache.httpcomponents httpcore - ${lib-httpcore-version} - org.apache.httpcomponents httpmime - ${lib-httpmime-version} - net.jcip jcip-annotations - ${lib-jcip-annotations-version} - commons-logging commons-logging - ${lib-logging-version} - org.apache.james apache-mime4j-core - ${lib-mime4j-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/HttpClientHelper.java b/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/HttpClientHelper.java index 8f3c928773..e4d028b608 100644 --- a/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/HttpClientHelper.java +++ b/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/HttpClientHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.httpclient; diff --git a/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/HttpIdleConnectionReaper.java b/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/HttpIdleConnectionReaper.java index ba2c3224ce..95d2fb0703 100644 --- a/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/HttpIdleConnectionReaper.java +++ b/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/HttpIdleConnectionReaper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.httpclient.internal; diff --git a/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/HttpMethodCall.java b/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/HttpMethodCall.java index bb0c72f3f9..b9587e1498 100644 --- a/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/HttpMethodCall.java +++ b/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/HttpMethodCall.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.httpclient.internal; diff --git a/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/IgnoreCookieSpec.java b/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/IgnoreCookieSpec.java index 0ab48f95f6..e2aa06868f 100644 --- a/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/IgnoreCookieSpec.java +++ b/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/IgnoreCookieSpec.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.httpclient.internal; diff --git a/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/IgnoreCookieSpecFactory.java b/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/IgnoreCookieSpecFactory.java index 4f469c8aee..c120bdc3e3 100644 --- a/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/IgnoreCookieSpecFactory.java +++ b/modules/org.restlet.ext.httpclient/src/main/java/org/restlet/ext/httpclient/internal/IgnoreCookieSpecFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.httpclient.internal; diff --git a/modules/org.restlet.ext.jaas/pom.xml b/modules/org.restlet.ext.jaas/pom.xml index cec1a0beba..4841656fa9 100644 --- a/modules/org.restlet.ext.jaas/pom.xml +++ b/modules/org.restlet.ext.jaas/pom.xml @@ -17,7 +17,6 @@ org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/ChallengeCallbackHandler.java b/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/ChallengeCallbackHandler.java index ff1520c868..117dc41bf2 100644 --- a/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/ChallengeCallbackHandler.java +++ b/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/ChallengeCallbackHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaas; diff --git a/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/JaasUtils.java b/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/JaasUtils.java index ef096d7126..2be08c295a 100644 --- a/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/JaasUtils.java +++ b/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/JaasUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaas; diff --git a/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/JaasVerifier.java b/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/JaasVerifier.java index d84d04d755..4791704152 100644 --- a/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/JaasVerifier.java +++ b/modules/org.restlet.ext.jaas/src/main/java/org/restlet/ext/jaas/JaasVerifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaas; diff --git a/modules/org.restlet.ext.jackson/pom.xml b/modules/org.restlet.ext.jackson/pom.xml index 76b7c47d7d..b374ec7638 100644 --- a/modules/org.restlet.ext.jackson/pom.xml +++ b/modules/org.restlet.ext.jackson/pom.xml @@ -16,80 +16,60 @@ com.fasterxml.jackson.core jackson-core - ${lib-jackson-version} - com.fasterxml.jackson.core jackson-annotations - ${lib-jackson-version} - com.fasterxml.jackson.core jackson-databind - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-csv - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-smile - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-xml - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-yaml - ${lib-jackson-version} - com.fasterxml.jackson.module jackson-module-jaxb-annotations - ${lib-jackson-version} - com.fasterxml.jackson.module jackson-module-jsonSchema - ${lib-jackson-version} - org.codehaus.woodstox woodstox-core-asl - ${lib-woodstock-core-version} - org.codehaus.woodstox stax2-api - ${lib-stax2-version} - org.yaml snakeyaml - ${lib-snakeyaml-version} - + + + org.osgi + org.osgi.core + provided org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.jackson/src/main/java/org/restlet/ext/jackson/JacksonConverter.java b/modules/org.restlet.ext.jackson/src/main/java/org/restlet/ext/jackson/JacksonConverter.java index e74eee6e22..e7cd4e6fae 100644 --- a/modules/org.restlet.ext.jackson/src/main/java/org/restlet/ext/jackson/JacksonConverter.java +++ b/modules/org.restlet.ext.jackson/src/main/java/org/restlet/ext/jackson/JacksonConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jackson; diff --git a/modules/org.restlet.ext.jackson/src/main/java/org/restlet/ext/jackson/JacksonRepresentation.java b/modules/org.restlet.ext.jackson/src/main/java/org/restlet/ext/jackson/JacksonRepresentation.java index 74fa907e40..8676b778d1 100644 --- a/modules/org.restlet.ext.jackson/src/main/java/org/restlet/ext/jackson/JacksonRepresentation.java +++ b/modules/org.restlet.ext.jackson/src/main/java/org/restlet/ext/jackson/JacksonRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jackson; diff --git a/modules/org.restlet.ext.javamail/pom.xml b/modules/org.restlet.ext.javamail/pom.xml index 6f5a6bb27c..05d0da4aaa 100644 --- a/modules/org.restlet.ext.javamail/pom.xml +++ b/modules/org.restlet.ext.javamail/pom.xml @@ -16,20 +16,16 @@ javax.mail mail - ${lib-javamail-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.xml 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/JavaMailClientHelper.java b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/JavaMailClientHelper.java index ade0587ccb..6201324e35 100644 --- a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/JavaMailClientHelper.java +++ b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/JavaMailClientHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.javamail; diff --git a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/JavaMailConverter.java b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/JavaMailConverter.java index c5481a6641..0dfe84d451 100644 --- a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/JavaMailConverter.java +++ b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/JavaMailConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.javamail; diff --git a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MailResolver.java b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MailResolver.java index 07990a9d2a..81bc2497e5 100644 --- a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MailResolver.java +++ b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MailResolver.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.javamail; diff --git a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MessageRepresentation.java b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MessageRepresentation.java index 2aa0533516..8bd0af8060 100644 --- a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MessageRepresentation.java +++ b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MessageRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.javamail; diff --git a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MessagesRepresentation.java b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MessagesRepresentation.java index c1d58e266e..b1c9682252 100644 --- a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MessagesRepresentation.java +++ b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/MessagesRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.javamail; diff --git a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/RepresentationMessage.java b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/RepresentationMessage.java index e4d0dc6623..c591068ce3 100644 --- a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/RepresentationMessage.java +++ b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/RepresentationMessage.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.javamail; diff --git a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/TriggerResource.java b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/TriggerResource.java index dbea35f2ba..ae701f8da9 100644 --- a/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/TriggerResource.java +++ b/modules/org.restlet.ext.javamail/src/main/java/org/restlet/ext/javamail/TriggerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.javamail; diff --git a/modules/org.restlet.ext.jaxb/pom.xml b/modules/org.restlet.ext.jaxb/pom.xml index f1228693c7..3b0e83527e 100644 --- a/modules/org.restlet.ext.jaxb/pom.xml +++ b/modules/org.restlet.ext.jaxb/pom.xml @@ -16,14 +16,11 @@ com.sun.xml.bind jaxb-impl - ${lib-jaxb-ri-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/JaxbConverter.java b/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/JaxbConverter.java index 6f06ca7174..4c038589e7 100644 --- a/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/JaxbConverter.java +++ b/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/JaxbConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxb; diff --git a/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/JaxbRepresentation.java b/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/JaxbRepresentation.java index f2e2afa0ff..d2e7f54aa9 100644 --- a/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/JaxbRepresentation.java +++ b/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/JaxbRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxb; diff --git a/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/internal/Marshaller.java b/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/internal/Marshaller.java index 93a01f6b72..17a57c53a0 100644 --- a/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/internal/Marshaller.java +++ b/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/internal/Marshaller.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxb.internal; diff --git a/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/internal/Unmarshaller.java b/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/internal/Unmarshaller.java index 929532a518..c7bb3c73df 100644 --- a/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/internal/Unmarshaller.java +++ b/modules/org.restlet.ext.jaxb/src/main/java/org/restlet/ext/jaxb/internal/Unmarshaller.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxb.internal; diff --git a/modules/org.restlet.ext.jaxrs/pom.xml b/modules/org.restlet.ext.jaxrs/pom.xml index af3547a91c..cd17de33ac 100644 --- a/modules/org.restlet.ext.jaxrs/pom.xml +++ b/modules/org.restlet.ext.jaxrs/pom.xml @@ -16,62 +16,43 @@ commons-fileupload commons-fileupload - ${lib-fileupload-version} - javax.mail mail - ${lib-javamail-version} - com.sun.xml.bind jaxb-impl - ${lib-jaxb-ri-version} - javax.ws.rs jsr311-api - ${lib-jsr311-version} - org.json json - ${lib-json-version} - org.apache.commons commons-lang3 - ${lib-lang-version} - javax.servlet javax.servlet-api - ${lib-servlet-version} - org.simpleframework simple-xml - ${lib-simple-xml-version} - org.jboss.resteasy resteasy-jaxrs - ${lib-resteasy-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/AbstractUriBuilder.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/AbstractUriBuilder.java index cb8931f49c..1e679e2a14 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/AbstractUriBuilder.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/AbstractUriBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ExtendedUriBuilder.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ExtendedUriBuilder.java index 6fc709edb0..dd7ea8fdb2 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ExtendedUriBuilder.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ExtendedUriBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ExtendedUriInfo.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ExtendedUriInfo.java index 605d2c4700..ae1622307c 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ExtendedUriInfo.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ExtendedUriInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/InstantiateException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/InstantiateException.java index 36ac14ff09..98247233c8 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/InstantiateException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/InstantiateException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsApplication.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsApplication.java index 11e260c21a..a2dec8f45e 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsApplication.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsClientResource.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsClientResource.java index 25b0a02bd0..85e013c46f 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsClientResource.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsClientResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsRestlet.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsRestlet.java index 61a7b8e7a0..5c06bc9e55 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsRestlet.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/JaxRsRestlet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ObjectFactory.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ObjectFactory.java index e7fe4f57d0..a5ff280f01 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ObjectFactory.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/ObjectFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/client/JaxRsAnnotationUtils.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/client/JaxRsAnnotationUtils.java index 39d7e725ef..95ec737a39 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/client/JaxRsAnnotationUtils.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/client/JaxRsAnnotationUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.client; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/client/JaxRsClientInvocationHandler.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/client/JaxRsClientInvocationHandler.java index 63b0b1cf69..033d945a70 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/client/JaxRsClientInvocationHandler.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/client/JaxRsClientInvocationHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.client; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/CallContext.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/CallContext.java index df0d549adc..94299241b7 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/CallContext.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/CallContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/MatchedInfo.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/MatchedInfo.java index c05e306de8..3e2b9cf614 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/MatchedInfo.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/MatchedInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/MultivaluedMapImpl.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/MultivaluedMapImpl.java index db056b28ea..cdde514ac9 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/MultivaluedMapImpl.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/MultivaluedMapImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/PathSegmentImpl.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/PathSegmentImpl.java index 5de297100a..879fd5c7d9 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/PathSegmentImpl.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/PathSegmentImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ResponseBuilderImpl.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ResponseBuilderImpl.java index b3d105986d..0523b20612 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ResponseBuilderImpl.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ResponseBuilderImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ResponseImpl.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ResponseImpl.java index 2ca3c61c46..98d8826ff2 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ResponseImpl.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ResponseImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedContext.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedContext.java index c04877060a..8550418ac3 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedContext.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedExtendedUriInfo.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedExtendedUriInfo.java index d68ddf158c..c703057103 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedExtendedUriInfo.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedExtendedUriInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedUriInfo.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedUriInfo.java index 59f64ec7a0..46c4000526 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedUriInfo.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/ThreadLocalizedUriInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/UnmodifiableMultivaluedMap.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/UnmodifiableMultivaluedMap.java index 3d9270b286..a3a8c7b67c 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/UnmodifiableMultivaluedMap.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/UnmodifiableMultivaluedMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/UriBuilderImpl.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/UriBuilderImpl.java index 05b97eb7da..1bb7c33d4c 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/UriBuilderImpl.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/UriBuilderImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/VariantListBuilderImpl.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/VariantListBuilderImpl.java index bb292bf1cb..b51a2c7c3b 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/VariantListBuilderImpl.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/core/VariantListBuilderImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.core; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertCookieParamException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertCookieParamException.java index 60505c7d24..23c308150a 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertCookieParamException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertCookieParamException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertFormParamException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertFormParamException.java index e49f552d31..a879671e5b 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertFormParamException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertFormParamException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertHeaderParamException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertHeaderParamException.java index ef4e9634ab..01ba58c7a9 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertHeaderParamException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertHeaderParamException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertMatrixParamException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertMatrixParamException.java index 4062485182..fe8ab7a51b 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertMatrixParamException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertMatrixParamException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertParameterException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertParameterException.java index f159b437bb..e752735a22 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertParameterException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertParameterException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertPathParamException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertPathParamException.java index 8783316423..aef16dd961 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertPathParamException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertPathParamException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertQueryParamException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertQueryParamException.java index 36d041ce87..aa26048649 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertQueryParamException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertQueryParamException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertRepresentationException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertRepresentationException.java index 24177bfca2..521212eea7 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertRepresentationException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ConvertRepresentationException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalAnnotationException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalAnnotationException.java index 49833ea859..32127f11a1 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalAnnotationException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalAnnotationException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalBeanSetterTypeException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalBeanSetterTypeException.java index 7ab3efd71b..2a8871faff 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalBeanSetterTypeException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalBeanSetterTypeException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalConstrParamTypeException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalConstrParamTypeException.java index 5462d760f6..c127e13358 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalConstrParamTypeException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalConstrParamTypeException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalFieldTypeException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalFieldTypeException.java index 135a8d30de..c541b0ab40 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalFieldTypeException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalFieldTypeException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalMethodParamTypeException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalMethodParamTypeException.java index 0a96291298..bacc113e6e 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalMethodParamTypeException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalMethodParamTypeException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalParamTypeException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalParamTypeException.java index d0532992e3..10c4912f70 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalParamTypeException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalParamTypeException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathException.java index bda1630ca1..5e80504da2 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathOnClassException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathOnClassException.java index c5d8d632ba..20a2106697 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathOnClassException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathOnClassException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathOnMethodException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathOnMethodException.java index b4728ab1fd..66c6e476ee 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathOnMethodException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathOnMethodException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathParamTypeException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathParamTypeException.java index e3eb30a178..76af567059 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathParamTypeException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalPathParamTypeException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalTypeException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalTypeException.java index 733d6bb3c7..b552b273bd 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalTypeException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/IllegalTypeException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ImplementationException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ImplementationException.java index 85f402f909..d31335e9b0 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ImplementationException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ImplementationException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/InjectException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/InjectException.java index b2015fdfe9..1a91dcdd4f 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/InjectException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/InjectException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/JaxRsException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/JaxRsException.java index cc2b86ff36..3e689fda21 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/JaxRsException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/JaxRsException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/JaxRsRuntimeException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/JaxRsRuntimeException.java index 8c4e09f582..622ba5ba67 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/JaxRsRuntimeException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/JaxRsRuntimeException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MethodInvokeException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MethodInvokeException.java index 3efe5423bc..de039c55cb 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MethodInvokeException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MethodInvokeException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MissingAnnotationException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MissingAnnotationException.java index 957b8a26a7..17a45125c9 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MissingAnnotationException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MissingAnnotationException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MissingConstructorException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MissingConstructorException.java index 09af0a77e7..b21e5fcb25 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MissingConstructorException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/MissingConstructorException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/NoMessageBodyReaderException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/NoMessageBodyReaderException.java index e2a9883985..591f917189 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/NoMessageBodyReaderException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/NoMessageBodyReaderException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/NotAcceptableWebAppException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/NotAcceptableWebAppException.java index aa7d114cf6..34e75526a3 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/NotAcceptableWebAppException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/NotAcceptableWebAppException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ProviderNotInitializableException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ProviderNotInitializableException.java index 2f344dba1b..c20d6d0ff3 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ProviderNotInitializableException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/ProviderNotInitializableException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/RequestHandledException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/RequestHandledException.java index 552409e9ec..522876eea7 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/RequestHandledException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/RequestHandledException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/UnsupportedMediaTypeWebAppException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/UnsupportedMediaTypeWebAppException.java index c67fdb7488..3b5c64a04c 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/UnsupportedMediaTypeWebAppException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/exceptions/UnsupportedMediaTypeWebAppException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.exceptions; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/AbstractJaxbProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/AbstractJaxbProvider.java index 9b5c4c2d3a..273d3719b6 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/AbstractJaxbProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/AbstractJaxbProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/AbstractProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/AbstractProvider.java index 6f9ee0e885..b06921b914 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/AbstractProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/AbstractProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/BufferedReaderProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/BufferedReaderProvider.java index 072a155543..582637266d 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/BufferedReaderProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/BufferedReaderProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ByteArrayProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ByteArrayProvider.java index a9263fd6c8..ff2e01f4ae 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ByteArrayProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ByteArrayProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ConverterProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ConverterProvider.java index 2b3c3ca915..9e4dac085a 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ConverterProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ConverterProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/DataSourceProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/DataSourceProvider.java index 946e337c91..67a2f8110a 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/DataSourceProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/DataSourceProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/FileProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/FileProvider.java index 7cb24cc522..cbdba02500 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/FileProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/FileProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/FileUploadProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/FileUploadProvider.java index 236bc96bb2..d792e42bac 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/FileUploadProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/FileUploadProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/InputStreamProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/InputStreamProvider.java index d38c1d7108..99edc5f9a3 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/InputStreamProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/InputStreamProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JaxbElementProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JaxbElementProvider.java index d86bc530bf..459418915d 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JaxbElementProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JaxbElementProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JaxbProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JaxbProvider.java index 4da71b7a42..42d9b890ff 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JaxbProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JaxbProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JsonProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JsonProvider.java index 9ca7fdbd97..7df9eb34e5 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JsonProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/JsonProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/MultipartProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/MultipartProvider.java index 9fdddd1fcb..4e682a7312 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/MultipartProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/MultipartProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ReaderProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ReaderProvider.java index 0c26c17424..a99f1e627f 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ReaderProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/ReaderProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/SourceProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/SourceProvider.java index 73dc647a1b..3ebed1228d 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/SourceProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/SourceProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/StreamingOutputProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/StreamingOutputProvider.java index d4d03868a1..d0cad005c6 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/StreamingOutputProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/StreamingOutputProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/StringProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/StringProvider.java index 5e4be53e2d..31cb502afd 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/StringProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/StringProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WebAppExcMapper.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WebAppExcMapper.java index d7ad8efc78..7e98f7a187 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WebAppExcMapper.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WebAppExcMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WwwFormFormProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WwwFormFormProvider.java index 22fb3115a9..6aa0d90526 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WwwFormFormProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WwwFormFormProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WwwFormMmapProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WwwFormMmapProvider.java index b7913e99c0..7026cab75b 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WwwFormMmapProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/provider/WwwFormMmapProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/resteasy/RestletHttpRequest.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/resteasy/RestletHttpRequest.java index 63113f6cf9..e29c5b4146 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/resteasy/RestletHttpRequest.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/resteasy/RestletHttpRequest.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.resteasy; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/resteasy/RestletHttpResponse.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/resteasy/RestletHttpResponse.java index 544ff811c1..91a2ac85e6 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/resteasy/RestletHttpResponse.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/resteasy/RestletHttpResponse.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.resteasy; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/CacheControlHeaderDelegate.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/CacheControlHeaderDelegate.java index b3dc3bf8f8..893ad8912b 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/CacheControlHeaderDelegate.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/CacheControlHeaderDelegate.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.spi; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/CookieHeaderDelegate.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/CookieHeaderDelegate.java index 265b653558..2aad7f3369 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/CookieHeaderDelegate.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/CookieHeaderDelegate.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.spi; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/DateHeaderDelegate.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/DateHeaderDelegate.java index 8cab1eb07a..c2796ce7c4 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/DateHeaderDelegate.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/DateHeaderDelegate.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.spi; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/EntityTagHeaderDelegate.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/EntityTagHeaderDelegate.java index a96320dbbf..c79543e6ac 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/EntityTagHeaderDelegate.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/EntityTagHeaderDelegate.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.spi; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/MediaTypeHeaderDelegate.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/MediaTypeHeaderDelegate.java index 505e00df81..a92e412e34 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/MediaTypeHeaderDelegate.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/MediaTypeHeaderDelegate.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.spi; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/NewCookieHeaderDelegate.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/NewCookieHeaderDelegate.java index e590f00039..9d1d978f9d 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/NewCookieHeaderDelegate.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/NewCookieHeaderDelegate.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.spi; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/RuntimeDelegateImpl.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/RuntimeDelegateImpl.java index 4026df92db..298d3393cd 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/RuntimeDelegateImpl.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/spi/RuntimeDelegateImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.spi; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/NotYetImplementedException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/NotYetImplementedException.java index e3ef943033..f76f95a755 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/NotYetImplementedException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/NotYetImplementedException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.todo; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/Notices.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/Notices.java index 20f5e2a6f1..cb721b5926 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/Notices.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/Notices.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.todo; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/WillNotBeImplementedException.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/WillNotBeImplementedException.java index a780ad31be..0ed856be82 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/WillNotBeImplementedException.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/todo/WillNotBeImplementedException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.todo; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/AlgorithmUtil.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/AlgorithmUtil.java index 3275be7a9e..56e2a9aeb0 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/AlgorithmUtil.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/AlgorithmUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/Converter.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/Converter.java index 2db926b575..e5f6a73284 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/Converter.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/Converter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/EmptyIterator.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/EmptyIterator.java index 8286de124d..c196c682ed 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/EmptyIterator.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/EmptyIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/EncodeOrCheck.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/EncodeOrCheck.java index 42e5a5c968..cb1389971b 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/EncodeOrCheck.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/EncodeOrCheck.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/ExceptionHandler.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/ExceptionHandler.java index b19fd534f8..beb8853e39 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/ExceptionHandler.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/ExceptionHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/JaxRsOutputRepresentation.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/JaxRsOutputRepresentation.java index cb4f9290bd..c9971e512f 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/JaxRsOutputRepresentation.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/JaxRsOutputRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/MatchingResult.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/MatchingResult.java index b70a98d1e2..eb25500940 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/MatchingResult.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/MatchingResult.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/OneElementIterator.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/OneElementIterator.java index 1866b165ee..3b213f6278 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/OneElementIterator.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/OneElementIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/OrderedMap.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/OrderedMap.java index 81dc391732..b88ebf3c8f 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/OrderedMap.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/OrderedMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/PathRegExp.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/PathRegExp.java index d1bd82c7e6..4b09ce4c5c 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/PathRegExp.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/PathRegExp.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/RemainingPath.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/RemainingPath.java index a0a04bbb9c..1386f51ffe 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/RemainingPath.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/RemainingPath.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SecurityUtil.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SecurityUtil.java index 60a174ae81..dcbdd3763d 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SecurityUtil.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SecurityUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SortedMetadata.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SortedMetadata.java index dd0d398aed..2a2b5749f5 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SortedMetadata.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SortedMetadata.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SortedOrderedBag.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SortedOrderedBag.java index 7ac65505fa..49f8511458 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SortedOrderedBag.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/SortedOrderedBag.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/Util.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/Util.java index a070d6432e..c9d240c2ec 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/Util.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/Util.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/WrappedRequestForHttpHeaders.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/WrappedRequestForHttpHeaders.java index 17c121f554..af865f20ff 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/WrappedRequestForHttpHeaders.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/util/WrappedRequestForHttpHeaders.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.util; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/AbstractJaxRsWrapper.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/AbstractJaxRsWrapper.java index 89eefcf811..7c14fd65dd 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/AbstractJaxRsWrapper.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/AbstractJaxRsWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/AbstractMethodWrapper.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/AbstractMethodWrapper.java index 17131c9159..dd7baee1e1 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/AbstractMethodWrapper.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/AbstractMethodWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/PerRequestRootResourceClass.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/PerRequestRootResourceClass.java index 7bfcbf1901..ab92079cf5 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/PerRequestRootResourceClass.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/PerRequestRootResourceClass.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceClass.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceClass.java index 07743eba69..9a6a8f1a6a 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceClass.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceClass.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceClasses.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceClasses.java index c6f3176450..ba1e4e74c0 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceClasses.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceClasses.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceMethod.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceMethod.java index 71b18433b8..51c3e096dd 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceMethod.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceMethod.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceMethodOrLocator.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceMethodOrLocator.java index 50ede06df8..35e1c1bb93 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceMethodOrLocator.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceMethodOrLocator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceObject.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceObject.java index 0d4909fcd8..060db0c7ae 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceObject.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/ResourceObject.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/RootResourceClass.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/RootResourceClass.java index 816fb70758..a4586cb291 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/RootResourceClass.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/RootResourceClass.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/RrcOrRml.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/RrcOrRml.java index b745039707..d7783186ea 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/RrcOrRml.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/RrcOrRml.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/SingletonRootResourceClass.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/SingletonRootResourceClass.java index ecd6f6f68d..312c618ddd 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/SingletonRootResourceClass.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/SingletonRootResourceClass.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/SubResourceLocator.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/SubResourceLocator.java index 5b4ab0680d..96893d0779 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/SubResourceLocator.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/SubResourceLocator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/WrapperUtil.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/WrapperUtil.java index e395c9f880..6f7f13491b 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/WrapperUtil.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/WrapperUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ContextHolder.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ContextHolder.java index 8178c24dea..6320d27db5 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ContextHolder.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ContextHolder.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. * @deprecated Will be removed in next minor release. */ diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ContextInjector.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ContextInjector.java index 8eab72c6d4..3f2a28d0a6 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ContextInjector.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ContextInjector.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.params; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/EntityGetter.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/EntityGetter.java index 2b36dbae26..948436b93c 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/EntityGetter.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/EntityGetter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.params; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/IntoRrcInjector.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/IntoRrcInjector.java index a783bbc6a6..08a455d598 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/IntoRrcInjector.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/IntoRrcInjector.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.params; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/NamedValuesIter.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/NamedValuesIter.java index 4f4d0d1a45..d727700b06 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/NamedValuesIter.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/NamedValuesIter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.params; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ParameterList.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ParameterList.java index 2b48cf19d8..6b5c81324c 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ParameterList.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ParameterList.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.params; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ReprEntityGetter.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ReprEntityGetter.java index c60d7611e4..f5adf67bd7 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ReprEntityGetter.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/params/ReprEntityGetter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.params; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/AbstractProviderWrapper.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/AbstractProviderWrapper.java index 005bdc224c..8503d782de 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/AbstractProviderWrapper.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/AbstractProviderWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ContextResolver.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ContextResolver.java index 9ab1bd1140..915f653d53 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ContextResolver.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ContextResolver.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ExtensionBackwardMapping.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ExtensionBackwardMapping.java index 519376fc86..3f5fbd3c3c 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ExtensionBackwardMapping.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ExtensionBackwardMapping.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/JaxRsProviders.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/JaxRsProviders.java index 6db0545235..8dacd505e4 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/JaxRsProviders.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/JaxRsProviders.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyReader.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyReader.java index 3dae40a0ad..7de7c4338d 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyReader.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyReaderSet.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyReaderSet.java index babe5d8baf..7388601510 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyReaderSet.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyReaderSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyWriter.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyWriter.java index f172f043c3..68316cbdab 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyWriter.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyWriterSubSet.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyWriterSubSet.java index e183ceb832..f73af0b1e5 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyWriterSubSet.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/MessageBodyWriterSubSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/PerRequestProviderWrapper.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/PerRequestProviderWrapper.java index d5376781b9..8cd3ba8b71 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/PerRequestProviderWrapper.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/PerRequestProviderWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ProviderWrapper.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ProviderWrapper.java index 1491b8ec8f..f2cb8fb635 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ProviderWrapper.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/ProviderWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.provider; diff --git a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/SingletonProvider.java b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/SingletonProvider.java index 4afd39f564..637b4dcde7 100644 --- a/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/SingletonProvider.java +++ b/modules/org.restlet.ext.jaxrs/src/main/java/org/restlet/ext/jaxrs/internal/wrappers/provider/SingletonProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jaxrs.internal.wrappers.provider; diff --git a/modules/org.restlet.ext.jetty/pom.xml b/modules/org.restlet.ext.jetty/pom.xml index 6b98e9d639..8dccbb8fc0 100644 --- a/modules/org.restlet.ext.jetty/pom.xml +++ b/modules/org.restlet.ext.jetty/pom.xml @@ -16,32 +16,26 @@ org.eclipse.jetty jetty-client - ${lib-jetty-version} org.eclipse.jetty jetty-http - ${lib-jetty-version} org.eclipse.jetty jetty-io - ${lib-jetty-version} org.eclipse.jetty jetty-server - ${lib-jetty-version} org.eclipse.jetty jetty-util - ${lib-jetty-version} javax.servlet javax.servlet-api - ${lib-servlet-version} org.restlet.dev diff --git a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpClientHelper.java b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpClientHelper.java index 02f654a1bf..ad1dfd0172 100644 --- a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpClientHelper.java +++ b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpClientHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jetty; diff --git a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpServerHelper.java b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpServerHelper.java index 9373e01996..2a4df44b2b 100644 --- a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpServerHelper.java +++ b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpServerHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jetty; diff --git a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpsServerHelper.java b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpsServerHelper.java index 10b624adc9..cd425a5540 100644 --- a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpsServerHelper.java +++ b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/HttpsServerHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jetty; diff --git a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/JettyServerHelper.java b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/JettyServerHelper.java index 22918e6375..ef0f04bc5f 100644 --- a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/JettyServerHelper.java +++ b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/JettyServerHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jetty; diff --git a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyClientCall.java b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyClientCall.java index 055720833c..87565e8dc7 100644 --- a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyClientCall.java +++ b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyClientCall.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jetty.internal; diff --git a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyHandler.java b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyHandler.java index f7d927f50b..8bf2c42271 100644 --- a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyHandler.java +++ b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jetty.internal; diff --git a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyServerCall.java b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyServerCall.java index 411076559a..f5633ceb30 100644 --- a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyServerCall.java +++ b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/JettyServerCall.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jetty.internal; diff --git a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/RestletSslContextFactory.java b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/RestletSslContextFactory.java index ecdeab2641..592470d269 100644 --- a/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/RestletSslContextFactory.java +++ b/modules/org.restlet.ext.jetty/src/main/java/org/restlet/ext/jetty/internal/RestletSslContextFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jetty.internal; diff --git a/modules/org.restlet.ext.jibx/pom.xml b/modules/org.restlet.ext.jibx/pom.xml index c44ba6dcc5..31db6c55e0 100644 --- a/modules/org.restlet.ext.jibx/pom.xml +++ b/modules/org.restlet.ext.jibx/pom.xml @@ -16,14 +16,11 @@ org.jibx jibx-run - ${lib-jibx-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.jibx/src/main/java/org/restlet/ext/jibx/JibxConverter.java b/modules/org.restlet.ext.jibx/src/main/java/org/restlet/ext/jibx/JibxConverter.java index 6814cf4e0b..2700d06f7d 100644 --- a/modules/org.restlet.ext.jibx/src/main/java/org/restlet/ext/jibx/JibxConverter.java +++ b/modules/org.restlet.ext.jibx/src/main/java/org/restlet/ext/jibx/JibxConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jibx; diff --git a/modules/org.restlet.ext.jibx/src/main/java/org/restlet/ext/jibx/JibxRepresentation.java b/modules/org.restlet.ext.jibx/src/main/java/org/restlet/ext/jibx/JibxRepresentation.java index eca2294d63..3bae161cbb 100644 --- a/modules/org.restlet.ext.jibx/src/main/java/org/restlet/ext/jibx/JibxRepresentation.java +++ b/modules/org.restlet.ext.jibx/src/main/java/org/restlet/ext/jibx/JibxRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.jibx; diff --git a/modules/org.restlet.ext.json/pom.xml b/modules/org.restlet.ext.json/pom.xml index 90ce41c8c4..0bd614ed7a 100644 --- a/modules/org.restlet.ext.json/pom.xml +++ b/modules/org.restlet.ext.json/pom.xml @@ -16,14 +16,11 @@ org.json json - ${lib-json-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonConverter.java b/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonConverter.java index 3a75d78218..4eb9b5da41 100644 --- a/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonConverter.java +++ b/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.json; diff --git a/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonRepresentation.java b/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonRepresentation.java index 0e5e7d8c3c..e43e1627e2 100644 --- a/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonRepresentation.java +++ b/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.json; diff --git a/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonRepresentation.java.gwt b/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonRepresentation.java.gwt index 0229b227a1..dfd9831080 100644 --- a/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonRepresentation.java.gwt +++ b/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonRepresentation.java.gwt @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2020 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.json; diff --git a/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonpFilter.java b/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonpFilter.java index dc21abdb65..28bcb2d2af 100644 --- a/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonpFilter.java +++ b/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonpFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.json; diff --git a/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonpRepresentation.java b/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonpRepresentation.java index fe80114df5..8a4cbd1474 100644 --- a/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonpRepresentation.java +++ b/modules/org.restlet.ext.json/src/main/java/org/restlet/ext/json/JsonpRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.json; diff --git a/modules/org.restlet.ext.lucene/pom.xml b/modules/org.restlet.ext.lucene/pom.xml index 29dfa6fc97..321a3f3798 100644 --- a/modules/org.restlet.ext.lucene/pom.xml +++ b/modules/org.restlet.ext.lucene/pom.xml @@ -13,53 +13,39 @@ Integration with Apache Lucene, Solr and Tika sub-projects. - - org.restlet.dev - org.restlet - 2.4-SNAPSHOT - - - - org.restlet.dev - org.restlet.ext.xml - 2.4-SNAPSHOT - - commons-io commons-io - ${lib-io-version} - org.apache.lucene lucene-core - ${lib-lucene-version} - org.apache.solr solr-core - ${lib-solr-version} - org.apache.solr solr-solrj - ${lib-solr-version} - org.apache.tika tika-core - ${lib-tika-version} - org.apache.tika tika-parsers - ${lib-tika-version} - + + + org.restlet.dev + org.restlet + 2.4-SNAPSHOT + + + org.restlet.dev + org.restlet.ext.xml + 2.4-SNAPSHOT diff --git a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/SolrClientHelper.java b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/SolrClientHelper.java index c4230ab63e..aa386bf73d 100644 --- a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/SolrClientHelper.java +++ b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/SolrClientHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.lucene; diff --git a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/TikaRepresentation.java b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/TikaRepresentation.java index c60553d4c3..6570667dbc 100644 --- a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/TikaRepresentation.java +++ b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/TikaRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.lucene; diff --git a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRepresentation.java b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRepresentation.java index 622a07ceac..da5cf221e3 100644 --- a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRepresentation.java +++ b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.lucene.internal; diff --git a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRepresentationContentStream.java b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRepresentationContentStream.java index ee94188871..760f3d230a 100644 --- a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRepresentationContentStream.java +++ b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRepresentationContentStream.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.lucene.internal; diff --git a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRestletParams.java b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRestletParams.java index 3356381427..ee1379b6f0 100644 --- a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRestletParams.java +++ b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRestletParams.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.lucene.internal; diff --git a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRestletQueryRequest.java b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRestletQueryRequest.java index 50a4c96b94..778284383d 100644 --- a/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRestletQueryRequest.java +++ b/modules/org.restlet.ext.lucene/src/main/java/org/restlet/ext/lucene/internal/SolrRestletQueryRequest.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.lucene.internal; diff --git a/modules/org.restlet.ext.nio/pom.xml b/modules/org.restlet.ext.nio/pom.xml index d4e04d7636..3ddf52fae5 100644 --- a/modules/org.restlet.ext.nio/pom.xml +++ b/modules/org.restlet.ext.nio/pom.xml @@ -17,7 +17,6 @@ org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/BaseHelper.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/BaseHelper.java index d60aa4848b..aa69fd33a0 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/BaseHelper.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/BaseHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ClientConnectionHelper.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ClientConnectionHelper.java index ceab36594e..89b4aa9372 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ClientConnectionHelper.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ClientConnectionHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ConnectionHelper.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ConnectionHelper.java index b557a359d2..48b95d2efa 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ConnectionHelper.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ConnectionHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpClientHelper.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpClientHelper.java index 728b8e079c..f87913a5f6 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpClientHelper.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpClientHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpServerHelper.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpServerHelper.java index d5fde72397..f3c8754137 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpServerHelper.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpServerHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpsClientHelper.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpsClientHelper.java index bc06401f41..83d41741f6 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpsClientHelper.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpsClientHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpsServerHelper.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpsServerHelper.java index a0073b5f0f..4c56afff1e 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpsServerHelper.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/HttpsServerHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ServerConnectionHelper.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ServerConnectionHelper.java index ed6d92a617..8f01aafdc4 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ServerConnectionHelper.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/ServerConnectionHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/Buffer.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/Buffer.java index 1f61852141..4a937922f0 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/Buffer.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/Buffer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.buffer; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/BufferProcessor.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/BufferProcessor.java index 13d961a795..8bf16cf4a6 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/BufferProcessor.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/BufferProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.buffer; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/BufferState.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/BufferState.java index 77e6ce51ab..8badca4adb 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/BufferState.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/buffer/BufferState.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.buffer; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/BufferedSelectionChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/BufferedSelectionChannel.java index a65fc97e66..1d4eabccfa 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/BufferedSelectionChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/BufferedSelectionChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ChannelInputStream.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ChannelInputStream.java index c6aac94b0e..361b398254 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ChannelInputStream.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ChannelInputStream.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableBufferedChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableBufferedChannel.java index 903101850e..b7afd68fa6 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableBufferedChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableBufferedChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableChunkedChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableChunkedChannel.java index 8fc78763ff..e7115062e9 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableChunkedChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableChunkedChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableChunkingChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableChunkingChannel.java index f125c39f55..d01d57c6b6 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableChunkingChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableChunkingChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSizedChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSizedChannel.java index cb077a5002..a30cb516b4 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSizedChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSizedChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSizedSelectionChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSizedSelectionChannel.java index ea2f2339ce..e258015b36 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSizedSelectionChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSizedSelectionChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSocketChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSocketChannel.java index 910aec587e..ba5c5a61df 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSocketChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSocketChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSslChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSslChannel.java index ef663fa26b..c8b298d3c4 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSslChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableSslChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableTraceChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableTraceChannel.java index f12082b1f1..afae1a8a5e 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableTraceChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/ReadableTraceChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/TraceChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/TraceChannel.java index f06a76b5ab..2a7f8e1ad5 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/TraceChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/TraceChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperChannel.java index d97729a220..beef99106d 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperSelectionChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperSelectionChannel.java index 4d57d9dd70..fc8194d582 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperSelectionChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperSelectionChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperSocketChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperSocketChannel.java index 9e561d08d9..6b03e5ce31 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperSocketChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WrapperSocketChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableBufferedChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableBufferedChannel.java index 906be96dde..b655b1921b 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableBufferedChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableBufferedChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSelectionChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSelectionChannel.java index a98b825614..ca89b7d311 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSelectionChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSelectionChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSocketChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSocketChannel.java index 9d5bacab3a..4cf77045cc 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSocketChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSocketChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSslChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSslChannel.java index 28fa012840..d9abc82309 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSslChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableSslChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableTraceChannel.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableTraceChannel.java index d932b3ccc2..62f7120de7 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableTraceChannel.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/channel/WritableTraceChannel.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.channel; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/Connection.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/Connection.java index 8d4e52517b..2b8bbff108 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/Connection.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/Connection.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.connection; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/ConnectionPool.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/ConnectionPool.java index 47bc06f62c..235610f958 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/ConnectionPool.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/ConnectionPool.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.connection; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/SslConnection.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/SslConnection.java index 007421d546..a6e1477b70 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/SslConnection.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/connection/SslConnection.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.connection; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/ConnectionController.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/ConnectionController.java index 7f80a90ed7..66519bd7c5 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/ConnectionController.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/ConnectionController.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.controller; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/Controller.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/Controller.java index fd2d00f007..36aeb3355f 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/Controller.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/Controller.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.controller; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/ServerConnectionController.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/ServerConnectionController.java index f4062ad758..6f69935fa8 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/ServerConnectionController.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/controller/ServerConnectionController.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.controller; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/HttpInboundRequest.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/HttpInboundRequest.java index fe83dbecc6..602381d3a5 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/HttpInboundRequest.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/HttpInboundRequest.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.request; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/HttpsInboundRequest.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/HttpsInboundRequest.java index d74f563277..9d8537ec0c 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/HttpsInboundRequest.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/HttpsInboundRequest.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.request; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/InboundRequest.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/InboundRequest.java index 39ade2baca..17f06c14fd 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/InboundRequest.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/request/InboundRequest.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.request; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/ChunkState.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/ChunkState.java index 5573a89073..22c75f4614 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/ChunkState.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/ChunkState.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.state; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/ConnectionState.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/ConnectionState.java index ca039243c2..b7593c399a 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/ConnectionState.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/ConnectionState.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.state; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/IoState.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/IoState.java index 85a625ab99..8466edef18 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/IoState.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/IoState.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.state; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/MessageState.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/MessageState.java index d604896580..8a9cd8d2bc 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/MessageState.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/state/MessageState.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.state; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/CompletionListener.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/CompletionListener.java index 611abb1900..42233bf55b 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/CompletionListener.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/CompletionListener.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.util; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/NioUtils.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/NioUtils.java index df60da9664..8cf499d81f 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/NioUtils.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/NioUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.util; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/TasksListener.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/TasksListener.java index e9ed8b1076..e32c4cff1e 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/TasksListener.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/util/TasksListener.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.util; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ClientInboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ClientInboundWay.java index f0d93dbe24..b2051a1ffc 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ClientInboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ClientInboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ClientOutboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ClientOutboundWay.java index 29704f181d..0e10e6e44a 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ClientOutboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ClientOutboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/EntityType.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/EntityType.java index a54d55e62f..4d924a0d46 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/EntityType.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/EntityType.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpClientInboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpClientInboundWay.java index 4dfd43a54a..7a36e4faa6 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpClientInboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpClientInboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpClientOutboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpClientOutboundWay.java index f4fc6975e1..d514a9c0d0 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpClientOutboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpClientOutboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpServerInboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpServerInboundWay.java index 2f178693d1..790631dcc1 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpServerInboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpServerInboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpServerOutboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpServerOutboundWay.java index 69980f9eff..19b1988043 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpServerOutboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpServerOutboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsClientInboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsClientInboundWay.java index 085d976f44..0b3f127d04 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsClientInboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsClientInboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsClientOutboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsClientOutboundWay.java index 70f6651c54..122671af09 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsClientOutboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsClientOutboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsServerInboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsServerInboundWay.java index a1de637082..f90a84e1c7 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsServerInboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsServerInboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsServerOutboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsServerOutboundWay.java index 28be8302c0..a3522c9fc9 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsServerOutboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/HttpsServerOutboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/InboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/InboundWay.java index 717b094c34..e3d506ba5f 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/InboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/InboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/OutboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/OutboundWay.java index 819666e350..8835d93ca6 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/OutboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/OutboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ServerInboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ServerInboundWay.java index 39d48c9f5f..e1e866b228 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ServerInboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ServerInboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ServerOutboundWay.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ServerOutboundWay.java index d6020e927c..76fbd4045b 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ServerOutboundWay.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/ServerOutboundWay.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/Way.java b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/Way.java index a86fb9c553..f8aef0858a 100644 --- a/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/Way.java +++ b/modules/org.restlet.ext.nio/src/main/java/org/restlet/ext/nio/internal/way/Way.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.nio.internal.way; diff --git a/modules/org.restlet.ext.oauth/pom.xml b/modules/org.restlet.ext.oauth/pom.xml index 6d199d9733..5b8b40466f 100644 --- a/modules/org.restlet.ext.oauth/pom.xml +++ b/modules/org.restlet.ext.oauth/pom.xml @@ -17,62 +17,46 @@ commons-codec commons-codec - ${lib-codec-version} - org.json json - ${lib-json-version} - commons-dbcp commons-dbcp - ${lib-dbcp-version} - org.freemarker freemarker - ${lib-freemarker-version} - net.oauth.core oauth - ${lib-oauth-version} - commons-pool commons-pool - ${lib-pool-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.crypto 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.freemarker 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.json 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AccessTokenClientResource.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AccessTokenClientResource.java index fc3e7bf732..1d1ecaed03 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AccessTokenClientResource.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AccessTokenClientResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AccessTokenServerResource.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AccessTokenServerResource.java index 2f4fdfd329..1e90941319 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AccessTokenServerResource.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AccessTokenServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthPageServerResource.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthPageServerResource.java index 70e07a7d7f..9e899db4e4 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthPageServerResource.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthPageServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthorizationBaseServerResource.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthorizationBaseServerResource.java index c26e10dd90..a29e53406c 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthorizationBaseServerResource.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthorizationBaseServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthorizationServerResource.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthorizationServerResource.java index 7449694ce8..669f6039c6 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthorizationServerResource.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/AuthorizationServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ClientVerifier.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ClientVerifier.java index 2b6813d6ac..e27b9a4f85 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ClientVerifier.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ClientVerifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/FacebookAccessTokenClientResource.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/FacebookAccessTokenClientResource.java index 7ba98b09d4..392fecb172 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/FacebookAccessTokenClientResource.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/FacebookAccessTokenClientResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/GrantType.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/GrantType.java index 69c08aa949..01ee9abe85 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/GrantType.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/GrantType.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/HttpOAuthHelper.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/HttpOAuthHelper.java index b7199e24a1..79ebbdc9dc 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/HttpOAuthHelper.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/HttpOAuthHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/HttpOAuthMacHelper.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/HttpOAuthMacHelper.java index 34adfaa985..7390dbd6f1 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/HttpOAuthMacHelper.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/HttpOAuthMacHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthError.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthError.java index 07e6cc241a..e69e1e0ea1 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthError.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthError.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthException.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthException.java index eecab9a3af..64e426a31c 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthException.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthParameters.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthParameters.java index 29a264fc7b..af383dfcc5 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthParameters.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthParameters.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthProxy.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthProxy.java index e7836e600d..68ffcf5dd4 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthProxy.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthProxy.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthResourceDefs.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthResourceDefs.java index 879c95e324..bf84ff507c 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthResourceDefs.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthResourceDefs.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthServerResource.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthServerResource.java index 3690d7ef06..adb14f1688 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthServerResource.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/OAuthServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ProtectedClientResource.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ProtectedClientResource.java index 9296495b88..76dee91fa7 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ProtectedClientResource.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ProtectedClientResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ResponseType.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ResponseType.java index 5d97d5c9b9..8d86ca1c10 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ResponseType.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/ResponseType.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/TokenAuthServerResource.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/TokenAuthServerResource.java index e70d97229f..88d4220144 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/TokenAuthServerResource.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/TokenAuthServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/TokenVerifier.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/TokenVerifier.java index da4bad0f00..5b01a66e5b 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/TokenVerifier.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/TokenVerifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AbstractClientManager.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AbstractClientManager.java index 5e177629d5..4388373ea3 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AbstractClientManager.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AbstractClientManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AbstractTokenManager.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AbstractTokenManager.java index 11b6362244..ffc03e6cfa 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AbstractTokenManager.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AbstractTokenManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AuthSession.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AuthSession.java index b3f6e6ce52..50c15fd879 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AuthSession.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AuthSession.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AuthSessionTimeoutException.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AuthSessionTimeoutException.java index cd57a7f87a..214b0a98cf 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AuthSessionTimeoutException.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/AuthSessionTimeoutException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Client.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Client.java index dcffb29b68..ebde5728bf 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Client.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Client.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ClientManager.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ClientManager.java index 94d2bfcffa..34f6550488 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ClientManager.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ClientManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/CryptoUtils.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/CryptoUtils.java index c7956ef9d3..6abaf5f754 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/CryptoUtils.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/CryptoUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/RedirectionURI.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/RedirectionURI.java index e97591a6e1..9e75b1476e 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/RedirectionURI.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/RedirectionURI.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ResourceOwnerManager.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ResourceOwnerManager.java index 002014ae8c..1783d31090 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ResourceOwnerManager.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ResourceOwnerManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Scopes.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Scopes.java index d2e2fe1ff5..59aa97faf2 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Scopes.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Scopes.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ServerToken.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ServerToken.java index a6cb3dbfe8..cd17f5b97d 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ServerToken.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/ServerToken.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Token.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Token.java index 7858505d19..a915924f5c 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Token.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/Token.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/TokenManager.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/TokenManager.java index 8a05e5cf5a..c11534997a 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/TokenManager.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/TokenManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryClient.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryClient.java index bbf875ca2a..dd95cb8610 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryClient.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal.memory; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryClientManager.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryClientManager.java index 3dd8eb929b..b40efc7795 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryClientManager.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryClientManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal.memory; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryToken.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryToken.java index 083400fa67..67843d1035 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryToken.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryToken.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal.memory; diff --git a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryTokenManager.java b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryTokenManager.java index 26a9450d0e..9dcef387cc 100644 --- a/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryTokenManager.java +++ b/modules/org.restlet.ext.oauth/src/main/java/org/restlet/ext/oauth/internal/memory/MemoryTokenManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.oauth.internal.memory; diff --git a/modules/org.restlet.ext.odata/pom.xml b/modules/org.restlet.ext.odata/pom.xml index cc3737f9a0..ab43a6cdcc 100644 --- a/modules/org.restlet.ext.odata/pom.xml +++ b/modules/org.restlet.ext.odata/pom.xml @@ -16,32 +16,26 @@ org.freemarker freemarker - ${lib-freemarker-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.atom 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.freemarker 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.xml 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Generator.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Generator.java index 65f5fe10a3..b96ed481da 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Generator.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Generator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Query.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Query.java index 2c154599c4..9ee4a6bc23 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Query.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Query.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Service.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Service.java index 307961a7de..3c24314a8c 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Service.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/Service.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/EntryContentHandler.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/EntryContentHandler.java index cae6761d87..5c5594f840 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/EntryContentHandler.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/EntryContentHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/EntryIterator.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/EntryIterator.java index 277b2fa8dc..66d3fadc7f 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/EntryIterator.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/EntryIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/FeedContentHandler.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/FeedContentHandler.java index dedf0c1a95..bcceea8747 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/FeedContentHandler.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/FeedContentHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Association.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Association.java index a943a27214..ca71458e8d 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Association.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Association.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationEnd.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationEnd.java index 5c26970286..27cb8d55d8 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationEnd.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationEnd.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationSet.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationSet.java index 8215710d29..b01206bf51 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationSet.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationSetEnd.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationSetEnd.java index 96ebfa5ca6..c309130f92 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationSetEnd.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/AssociationSetEnd.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ComplexProperty.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ComplexProperty.java index 6f6168aede..e99969642d 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ComplexProperty.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ComplexProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ComplexType.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ComplexType.java index 0f3b3f5237..752aadcff7 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ComplexType.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ComplexType.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntityContainer.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntityContainer.java index 864cb9dd69..0b8e305598 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntityContainer.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntityContainer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntitySet.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntitySet.java index 54b2151857..8eaad14ac9 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntitySet.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntitySet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntityType.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntityType.java index de4c44456b..0478e6970e 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntityType.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/EntityType.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/FunctionImport.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/FunctionImport.java index 48b6da2d72..8470e32510 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/FunctionImport.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/FunctionImport.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Mapping.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Mapping.java index 4b7264efe1..af55755ce6 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Mapping.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Mapping.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Metadata.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Metadata.java index c6a2317fc7..04b423bc96 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Metadata.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Metadata.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/MetadataReader.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/MetadataReader.java index 2bbbc74863..da08f4cfb9 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/MetadataReader.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/MetadataReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/NamedObject.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/NamedObject.java index 6f8e23330c..dba9fa72af 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/NamedObject.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/NamedObject.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Namespace.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Namespace.java index f42fd07108..cd5443c0e3 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Namespace.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Namespace.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/NavigationProperty.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/NavigationProperty.java index b2bada63b4..f7132ff5db 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/NavigationProperty.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/NavigationProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ODataType.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ODataType.java index f71f105cff..950aa20637 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ODataType.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/ODataType.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Parameter.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Parameter.java index ad2530aa3b..efcb94008c 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Parameter.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Parameter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Property.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Property.java index 02937c1044..ffd851187f 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Property.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Property.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Schema.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Schema.java index c1f784555d..fdef6a8609 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Schema.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Schema.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Type.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Type.java index 53faf374a1..a3ff938306 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Type.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/Type.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/TypeUtils.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/TypeUtils.java index 15d7ffe068..2cbaf10188 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/TypeUtils.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/edm/TypeUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.edm; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/reflect/ReflectUtils.java b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/reflect/ReflectUtils.java index 511eba6b5d..7f282dc83e 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/reflect/ReflectUtils.java +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/reflect/ReflectUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.odata.internal.reflect; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/complexType.ftl b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/complexType.ftl index 8c84a1c0ab..04bab49f04 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/complexType.ftl +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/complexType.ftl @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2020 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package ${packageName}; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/entityType.ftl b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/entityType.ftl index ab966378da..0c31c38dbe 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/entityType.ftl +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/entityType.ftl @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2020 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package ${packageName}; diff --git a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/service.ftl b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/service.ftl index ec492c583f..0b9214126e 100644 --- a/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/service.ftl +++ b/modules/org.restlet.ext.odata/src/main/java/org/restlet/ext/odata/internal/templates/service.ftl @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2020 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ import java.util.List; diff --git a/modules/org.restlet.ext.openid/pom.xml b/modules/org.restlet.ext.openid/pom.xml index 80b3b7658b..3fa73b3c44 100644 --- a/modules/org.restlet.ext.openid/pom.xml +++ b/modules/org.restlet.ext.openid/pom.xml @@ -16,7 +16,6 @@ org.openid4java openid4java-nodeps - ${lib-openid4java-version} com.google.code.guice @@ -27,38 +26,29 @@ net.sourceforge.nekohtml nekohtml - ${lib-nekohtml-version} - org.apache.httpcomponents httpclient - ${lib-httpclient-version} - org.json json - ${lib-json-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.xml 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.json 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/AttributeExchange.java b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/AttributeExchange.java index e1a3a5d6fc..cde96f5b49 100644 --- a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/AttributeExchange.java +++ b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/AttributeExchange.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.openid; diff --git a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/OpenIdFormForwarder.java b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/OpenIdFormForwarder.java index c5e6e1889f..174c73f663 100644 --- a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/OpenIdFormForwarder.java +++ b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/OpenIdFormForwarder.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.openid; diff --git a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/OpenIdVerifier.java b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/OpenIdVerifier.java index c9a99c584d..fa556dd7c2 100644 --- a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/OpenIdVerifier.java +++ b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/OpenIdVerifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.openid; diff --git a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/RedirectAuthenticator.java b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/RedirectAuthenticator.java index bd66508a4f..578341dd65 100644 --- a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/RedirectAuthenticator.java +++ b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/RedirectAuthenticator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.openid; diff --git a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/RelayingParty.java b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/RelayingParty.java index d89a64aaa7..537e620206 100644 --- a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/RelayingParty.java +++ b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/RelayingParty.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.openid; diff --git a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/OpenIdUser.java b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/OpenIdUser.java index 8898f40400..dc4a0f8251 100644 --- a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/OpenIdUser.java +++ b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/OpenIdUser.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.openid.internal; diff --git a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/Provider.java b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/Provider.java index 992c9a482b..41830ad14c 100644 --- a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/Provider.java +++ b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/Provider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.openid.internal; diff --git a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/ProviderResult.java b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/ProviderResult.java index bb74d1af00..3e92e0fb78 100644 --- a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/ProviderResult.java +++ b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/ProviderResult.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.openid.internal; diff --git a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/UserSession.java b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/UserSession.java index b82f50c470..9974f1916b 100644 --- a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/UserSession.java +++ b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/UserSession.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.openid.internal; diff --git a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/XRDS.java b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/XRDS.java index 87e8672753..ca77a9653b 100644 --- a/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/XRDS.java +++ b/modules/org.restlet.ext.openid/src/main/java/org/restlet/ext/openid/internal/XRDS.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.openid.internal; diff --git a/modules/org.restlet.ext.osgi/pom.xml b/modules/org.restlet.ext.osgi/pom.xml index e1903c97ed..0e1a8d9508 100644 --- a/modules/org.restlet.ext.osgi/pom.xml +++ b/modules/org.restlet.ext.osgi/pom.xml @@ -16,32 +16,27 @@ org.osgi org.osgi.core - ${lib-osgi-version} compile org.osgi org.osgi.compendium - ${lib-osgi-version} compile org.restlet.osgi org.restlet.lib.org.eclipse.e4.core.contexts - ${lib-e4-version} compile org.restlet.osgi org.restlet.lib.org.eclipse.e4.core.di - ${lib-e4-version} compile org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ApplicationProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ApplicationProvider.java index 9fe616b8cb..0eb524258f 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ApplicationProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ApplicationProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseApplicationProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseApplicationProvider.java index 7ec8f25310..bee2bbe3db 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseApplicationProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseApplicationProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseDirectoryProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseDirectoryProvider.java index 2e7b979b62..5520357908 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseDirectoryProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseDirectoryProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseFilterProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseFilterProvider.java index 8c6de0949a..489d8a4a8f 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseFilterProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseFilterProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseResourceProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseResourceProvider.java index 073c37cdad..fb922d90ff 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseResourceProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseResourceProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseRestletProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseRestletProvider.java index e9c9dbe66d..5c89825fa4 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseRestletProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseRestletProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseRouterProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseRouterProvider.java index 72a9cbd19d..d555362c68 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseRouterProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/BaseRouterProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/DirectoryProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/DirectoryProvider.java index d15ac42212..71b18c24e3 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/DirectoryProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/DirectoryProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/DynamicFinder.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/DynamicFinder.java index 4f9a7c080b..0360df5c8d 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/DynamicFinder.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/DynamicFinder.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/FilterProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/FilterProvider.java index e26ce3638a..d17e3172ec 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/FilterProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/FilterProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ObapClientHelper.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ObapClientHelper.java index f70644e30b..29c1d8b577 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ObapClientHelper.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ObapClientHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ResourceProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ResourceProvider.java index 89b9b60d02..33f2de61ea 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ResourceProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/ResourceProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/RestletProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/RestletProvider.java index 1be3ee58f6..1561bbdf23 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/RestletProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/RestletProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/RouterProvider.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/RouterProvider.java index cd87e4b273..e2bb4aa1de 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/RouterProvider.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/RouterProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi; diff --git a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/internal/Activator.java b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/internal/Activator.java index 561d6fdf49..0adf3d3081 100644 --- a/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/internal/Activator.java +++ b/modules/org.restlet.ext.osgi/src/main/java/org/restlet/ext/osgi/internal/Activator.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.osgi.internal; diff --git a/modules/org.restlet.ext.platform/module.xml b/modules/org.restlet.ext.platform/module.xml index d77868e659..c7b3557b07 100644 --- a/modules/org.restlet.ext.platform/module.xml +++ b/modules/org.restlet.ext.platform/module.xml @@ -9,6 +9,7 @@ + diff --git a/modules/org.restlet.ext.platform/pom.xml b/modules/org.restlet.ext.platform/pom.xml index 1e6498b818..4559e2318c 100644 --- a/modules/org.restlet.ext.platform/pom.xml +++ b/modules/org.restlet.ext.platform/pom.xml @@ -16,50 +16,40 @@ com.google.guava guava - ${lib-guava-version} - + + + com.google.guava + failureaccess javax.ws.rs javax.ws.rs-api - ${lib-jaxrs-api-version} - org.raml raml-parser - ${lib-raml-version} - com.wordnik swagger-annotations - ${lib-swagger-version} - com.wordnik swagger-models - ${lib-swagger-version} - com.wordnik swagger-core - ${lib-swagger-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jackson 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/FirewallConfig.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/FirewallConfig.java index 097ec04fc4..81dcb25a20 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/FirewallConfig.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/FirewallConfig.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform; @@ -44,9 +44,11 @@ /** * Configuration methods for the Firewall. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class FirewallConfig { /** The list of associated {@link FirewallRule}. */ @@ -64,7 +66,7 @@ public FirewallConfig(List rules) { /** * Adds a rule to the firewall. - * + * * @param rule * The rule to add. */ @@ -75,7 +77,7 @@ private void add(FirewallRule rule) { /** * Adds a rule that limits the number of concurrent requests by request's * host domain. - * + * * @param limit * The maximum number of requests allowed by host domain at the * same time. @@ -90,7 +92,7 @@ public void addHostDomainConcurrencyCounter(int limit) { /** * Adds a rule that limits the number of requests for a given period of time * by request's host domain. - * + * * @param period * The period of time. * @param periodUnit @@ -108,7 +110,7 @@ public void addHostDomainPeriodicCounter(int period, TimeUnit periodUnit, /** * Adds a rule that forbids access to the given set of IP addresses. - * + * * @param blackList * The list of rejected IP addresses. */ @@ -119,7 +121,7 @@ public void addIpAddressesBlackList(List blackList) { /** * Adds a rule that restricts access according to the IP address of the * request's client. A unique limit is applied for all IP addresses. - * + * * @param limit * The maximum number of accepted concurrent requests. */ @@ -134,7 +136,7 @@ public void addIpAddressesConcurrencyCounter(int limit) { * Adds a rule that restricts access by period of time according to the IP * address of the request's client. A unique limit is applied for all IP * addresses. - * + * * @param period * The period of time. * @param periodUnit @@ -152,7 +154,7 @@ public void addIpAddressesPeriodicCounter(int period, TimeUnit periodUnit, /** * Adds a rule that restricts access to the given set of IP addresses. - * + * * @param whiteList * The list of accepted IP addresses. */ @@ -164,7 +166,7 @@ public void addIpAddressesWhiteList(List whiteList) { * Adds a rule that restricts access according to the {@link Role} of the * current authenticated {@link User}. Each role is defined a limit in terms * of concurrent requests, in any other case the access is forbidden. - * + * * @param limitsPerRole * The limit assigned per role's name. */ @@ -176,7 +178,7 @@ public void addRolesConcurrencyCounter(Map limitsPerRole) { * Adds a rule that restricts access according to the {@link Role} of the * current authenticated {@link User}. Each role is defined a limit in terms * of concurrent requests, in any other case a default limit is applied. - * + * * @param limitsPerRole * The limit assigned per role's name. * @param defaultLimit @@ -196,7 +198,7 @@ public void addRolesConcurrencyCounter(Map limitsPerRole, * Adds a rule that restricts access according to the {@link Role} of the * current authenticated {@link User}. Each role is defined a limit in terms * of requests by period of time, in any other case the access is forbidden. - * + * * @param period * The period of time. * @param periodUnit @@ -213,7 +215,7 @@ public void addRolesPeriodicCounter(int period, TimeUnit periodUnit, * Adds a rule that restricts access according to the {@link Role} of the * current authenticated {@link User}. Each role is defined a limit in terms * of concurrent requests, in any other case a default limit is applied. - * + * * @param period * The period of time. * @param periodUnit diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/Introspector.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/Introspector.java index ab4939e5b8..3bf9fe52dc 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/Introspector.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/Introspector.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -17,9 +17,9 @@ * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ + * https://restlet.talend.com * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/RestletCloudService.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/RestletCloudService.java index 1891452463..90e4404e45 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/RestletCloudService.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/RestletCloudService.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform; @@ -51,13 +51,15 @@ /** * Configures a proxy for your own application and provides some services hosted * by the Restlet Cloud platform such as analytics, security. - * + * * The service could be configured by a property file with the * {@link #loadConfiguration()} method. - * + * * @author Cyprien Quilici * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class RestletCloudService extends Service { /** Internal logger. */ @@ -153,7 +155,7 @@ public RestletCloudService() { /** * Constructor using the default Restlet Cloud service url. - * + * * @param agentLogin * The login used to connect to the Restlet Cloud platform. * @param agentPassword @@ -178,7 +180,7 @@ public RestletCloudService(String agentLogin, char[] agentPassword, /** * Constructor. - * + * * @param agentServiceUrl * The url of the Restlet Cloud service. * @param agentLogin @@ -249,7 +251,7 @@ public Filter createOutboundFilter(Context context) { /** * Returns the agent Analytics module buffer size. - * + * * @return The agent Analytics module buffer size. */ public int getAgentAnalyticsBufferSize() { @@ -258,7 +260,7 @@ public int getAgentAnalyticsBufferSize() { /** * Returns the agent Analytics module post period. - * + * * @return The agent Analytics module post period. */ public long getAgentAnalyticsPostPeriodInSecond() { @@ -267,7 +269,7 @@ public long getAgentAnalyticsPostPeriodInSecond() { /** * Returns the password used to connect to the Restlet Cloud platform. - * + * * @return The password used to connect to the Restlet Cloud platform. */ public String getAgentPassword() { @@ -276,7 +278,7 @@ public String getAgentPassword() { /** * Returns the url of the Restlet Cloud service. - * + * * @return The url of the Restlet Cloud service. */ public String getAgentServiceUrl() { @@ -285,7 +287,7 @@ public String getAgentServiceUrl() { /** * Returns the agent refresh period in seconds - * + * * @return The agent refresh period in seconds */ public long getAgentRefreshPeriodInSecond() { @@ -294,7 +296,7 @@ public long getAgentRefreshPeriodInSecond() { /** * Returns the login used to connect to the Restlet Cloud platform. - * + * * @return The login used to connect to the Restlet Cloud platform. */ public String getAgentLogin() { @@ -304,7 +306,7 @@ public String getAgentLogin() { /** * Returns the identifier of the cell configured on the Restlet Cloud platform * for your application. - * + * * @return The identifier of the cell configured on the Restlet Cloud platform * for your application. */ @@ -315,7 +317,7 @@ public Integer getAgentCellId() { /** * Returns the identifier of the cell version configured on the Restlet Cloud * platform for your application. - * + * * @return The identifier of the cell version configured on the Restlet Cloud * platform for your application. */ @@ -330,7 +332,7 @@ public FirewallConfig getFirewallConfig() { /** * Returns the redirection URL. Used if {@link #isReverseProxyEnabled()} * returns true. - * + * * @return The redirection URL. */ public String getReverseProxyTargetUrl() { @@ -339,7 +341,7 @@ public String getReverseProxyTargetUrl() { /** * Indicates if the Restlet Cloud agent is enabled. - * + * * @return True if the Restlet Cloud agent is enabled. */ public boolean isAgentEnabled() { @@ -349,7 +351,7 @@ public boolean isAgentEnabled() { /** * Indicates if the firewall is enabled. Add firewall rules with * {@link #firewallConfig}. - * + * * @return True if the firewall is enabled. */ public boolean isFirewallEnabled() { @@ -359,7 +361,7 @@ public boolean isFirewallEnabled() { /** * Indicates if the request redirection is enabled. If true, the redirection * URL should be set with {@link #setReverseProxyTargetUrl(String)}. - * + * * @return True if the request redirection is enabled. */ public boolean isReverseProxyEnabled() { @@ -369,7 +371,7 @@ public boolean isReverseProxyEnabled() { /** * Load the agent configuration from the file set by the system property * 'apiSparkServiceConfig'. - * + * * @see #CONFIGURATION_FILE_SYSTEM_PROPERTY_KEY */ public void loadConfiguration() { @@ -388,7 +390,7 @@ public void loadConfiguration() { /** * Load the agent configuration from the file. - * + * * @param configurationFile * The configuration file. */ @@ -413,7 +415,7 @@ public void loadConfiguration(File configurationFile) { /** * Load the agent configuration from the input stream. - * + * * @param inputStream * The input stream of the configuration file. */ @@ -466,7 +468,7 @@ private Integer getRequiredIntegerProperty(Properties properties, String key) { /** * Sets the agent Analytics module buffer size. - * + * * @param agentAnalyticsBufferSize * The agent Analytics module buffer size. */ @@ -476,7 +478,7 @@ public void setAgentAnalyticsBufferSize(int agentAnalyticsBufferSize) { /** * Sets the agent Analytics module post period. - * + * * @param agentAnalyticsPostPeriodInSecond * The agent Analytics module post period. */ @@ -486,7 +488,7 @@ public void setAgentAnalyticsPostPeriodInSecond(long agentAnalyticsPostPeriodInS /** * Sets the password used to connect to the Restlet Cloud platform. - * + * * @param agentPassword * The password used to connect to the Restlet Cloud platform. */ @@ -497,7 +499,7 @@ public void setAgentPassword(String agentPassword) { /** * Sets the url of the Restlet Cloud agent service. - * + * * @param agentServiceUrl * The url of the Restlet Cloud agent service. */ @@ -507,10 +509,10 @@ public void setAgentServiceUrl(String agentServiceUrl) { /** * Sets the agent refresh period - * + * * @param agentRefreshPeriodInSecond * The agent refresh period in seconds - * + * */ public void setAgentRefreshPeriodInSecond(long agentRefreshPeriodInSecond) { this.agentRefreshPeriodInSecond = agentRefreshPeriodInSecond; @@ -518,7 +520,7 @@ public void setAgentRefreshPeriodInSecond(long agentRefreshPeriodInSecond) { /** * Sets the login used to connect to the Restlet Cloud platform. - * + * * @param agentLogin * The login used to connect to the Restlet Cloud platform. */ @@ -529,7 +531,7 @@ public void setAgentLogin(String agentLogin) { /** * Sets the identifier of the cell configured on the Restlet Cloud platform for * your application. - * + * * @param agentCellId * The identifier of the cell configured on the Restlet Cloud platform * for your application. @@ -541,7 +543,7 @@ public void setAgentCellId(Integer agentCellId) { /** * Sets the identifier of the cell version configured on the Restlet Cloud * platform for your application. - * + * * @param agentCellVersion * The version of the cell configured on the Restlet Cloud platform * for your application. @@ -552,7 +554,7 @@ public void setAgentCellVersion(Integer agentCellVersion) { /** * Indicates if the Restlet Cloud agent is enabled. - * + * * @param agentEnabled * True if the Restlet Cloud agent is enabled. */ @@ -562,7 +564,7 @@ public void setAgentEnabled(boolean agentEnabled) { /** * Indicates if the firewall is enabled. - * + * * @param firewallEnabled * True if the firewall is enabled. */ @@ -573,7 +575,7 @@ public void setFirewallEnabled(boolean firewallEnabled) { /** * Indicates if the reverse proxy is enabled. If true, the target URL should * be set with {@link #setReverseProxyTargetUrl(String)}. - * + * * @param reverseProxyEnabled * True if the reverse proxy is enabled. */ @@ -584,7 +586,7 @@ public void setReverseProxyEnabled(boolean reverseProxyEnabled) { /** * Set the target URL of the reverse proxy. Used if * {@link #isReverseProxyEnabled()} is true. - * + * * @param reverseProxyTargetUrl * The target URL. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/RestletCloudConfig.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/RestletCloudConfig.java index 2766f7d490..3ef99efe09 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/RestletCloudConfig.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/RestletCloudConfig.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal; @@ -27,9 +27,11 @@ /** * TODO I'm not convinced by the presence of such configuration bean. The * service really hosts the configuration. - * + * * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class RestletCloudConfig { private char[] agentPassword; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/RestletCloudFilter.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/RestletCloudFilter.java index 2933e60b3b..ad79d748e9 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/RestletCloudFilter.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/RestletCloudFilter.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal; @@ -46,6 +46,10 @@ import org.restlet.routing.Filter; import org.restlet.routing.Redirector; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public class RestletCloudFilter extends Filter { /** Internal logger. */ @@ -81,7 +85,7 @@ public class RestletCloudFilter extends Filter { /** * Create a new RestletCloudFilter with the specified configuration. - * + * * @param context * The current context. * @param restletCloudConfig @@ -214,7 +218,7 @@ public void setNext(Restlet next) { /** * Terminates the agent if the service's configuration is not correctly set. - * + * * @param config * The service's configuration */ @@ -242,7 +246,7 @@ public void validateAgentConfiguration(RestletCloudConfig config) { /** * Validates the redirection URL - * + * * @param config * The service's configuration */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConfigurationException.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConfigurationException.java index 37cdf89937..736d5e4d25 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConfigurationException.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConfigurationException.java @@ -1,32 +1,34 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent; /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated @SuppressWarnings("serial") public class AgentConfigurationException extends AgentException { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConfigurationTimerTask.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConfigurationTimerTask.java index ff73925fcf..43dbe93f00 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConfigurationTimerTask.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConfigurationTimerTask.java @@ -5,6 +5,10 @@ import org.restlet.ext.platform.internal.RestletCloudFilter; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public class AgentConfigurationTimerTask extends TimerTask { /** Internal logger. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConstants.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConstants.java index 693168389c..89b0b2c022 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConstants.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentConstants.java @@ -1,32 +1,34 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent; /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class AgentConstants { public static final String AGENT_VERSION = "1.0.0"; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentException.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentException.java index 20d8d4d995..ad9c2d1c05 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentException.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentException.java @@ -1,33 +1,35 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent; /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ @SuppressWarnings("serial") +@Deprecated public class AgentException extends RuntimeException { public AgentException() { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentUtils.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentUtils.java index e9b3039a86..8098e40ad5 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentUtils.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/AgentUtils.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent; @@ -34,15 +34,17 @@ /** * Tool class for the agent service. - * + * * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public abstract class AgentUtils { /** * Returns a client resource configured to communicate with the Restlet Cloud * connector cell. - * + * * @param restletCloudConfig * The agent configuration. * @param modulesSettings @@ -51,7 +53,7 @@ public abstract class AgentUtils { * The resource class. * @param resourcePath * The resource path. - * + * * @return A client resource configured to communicate with the platform * connector cell. */ @@ -85,7 +87,7 @@ public static T getClientResource(RestletCloudConfig restletCloudConfig, /** * Builds the path of the client resource to communicate with the Restlet Cloud * connector cell. - * + * * @param restletCloudConfig * The agent configuration. * @param resourcePath diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/AuthenticationSettings.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/AuthenticationSettings.java index 484bd444c4..6b7ae0771e 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/AuthenticationSettings.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/AuthenticationSettings.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.bean; @@ -28,7 +28,9 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class AuthenticationSettings { private int cacheSize = 1000; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/CallLog.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/CallLog.java index 5aabd5e1cd..ede4ea18be 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/CallLog.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/CallLog.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.bean; @@ -30,10 +30,12 @@ /** * Contains information about one call made to a Web API, used for communication * with Restlet Cloud to store analytics about the Web API. - * + * * @author Cyprien Quilici - * + * + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class CallLog implements Serializable { private static final long serialVersionUID = 1L; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/CallLogs.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/CallLogs.java index a84633cb8d..d92e07b24b 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/CallLogs.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/CallLogs.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.bean; @@ -30,10 +30,11 @@ /** * List of CallLog element, used for communication with Restlet Cloud to store * analytics about the Web API. - * + * * @author Cyprien Quilici - * + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class CallLogs extends ArrayList implements Serializable { private static final long serialVersionUID = 1L; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/Credentials.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/Credentials.java index 59042f4a0a..1e08501d79 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/Credentials.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/Credentials.java @@ -1,29 +1,33 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.bean; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public class Credentials { private char[] password; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallIpFilter.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallIpFilter.java index 4553fc93be..e63e7f6a66 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallIpFilter.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallIpFilter.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.bean; @@ -28,7 +28,9 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class FirewallIpFilter { List ips; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallRateLimit.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallRateLimit.java index 77d48f1ef4..aa6c3247ee 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallRateLimit.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallRateLimit.java @@ -1,29 +1,33 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.bean; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public class FirewallRateLimit { private boolean defaultRateLimit; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallSettings.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallSettings.java index f55cae09c8..4d816b5c77 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallSettings.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/FirewallSettings.java @@ -1,31 +1,35 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.bean; import java.util.List; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public class FirewallSettings { private List ipFilters; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/ModulesSettings.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/ModulesSettings.java index 51cba250e2..d65532934a 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/ModulesSettings.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/ModulesSettings.java @@ -1,32 +1,34 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.bean; /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class ModulesSettings { boolean analyticsModuleEnabled; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/OperationAuthorization.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/OperationAuthorization.java index dcc9c1428f..de684a9375 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/OperationAuthorization.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/OperationAuthorization.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.bean; @@ -28,7 +28,9 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class OperationAuthorization { List groupsAllowed; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/OperationsAuthorization.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/OperationsAuthorization.java index ac1396b686..fe3168b3f2 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/OperationsAuthorization.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/OperationsAuthorization.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.bean; @@ -29,7 +29,9 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class OperationsAuthorization extends ArrayList { private static final long serialVersionUID = 1L; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/User.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/User.java index e8092ec5f3..bac7cc0c9a 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/User.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/bean/User.java @@ -1,31 +1,35 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.bean; import java.util.List; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public class User { private String email; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AnalyticsHandler.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AnalyticsHandler.java index f4b2e75fd3..7a756d89e9 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AnalyticsHandler.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AnalyticsHandler.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.module; @@ -48,6 +48,10 @@ import com.google.common.collect.Lists; import com.google.common.util.concurrent.ThreadFactoryBuilder; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public class AnalyticsHandler { /** Internal logger. */ @@ -70,7 +74,7 @@ public class AnalyticsHandler { /** * Initial time to wait between to attempts to reach the Restlet Cloud analytics * service in milliseconds. - * + * * This number is multiplied at each attempt. See * {@link AsyncCallLogsPostTask#getRetryTime(int)} for more details. */ @@ -102,7 +106,7 @@ public class AnalyticsHandler { /** * Create a new analytics handler with the specified settings. - * + * * @param restletCloudConfig * The agent configuration. * @param modulesSettings @@ -139,7 +143,7 @@ public void run() { /** * Generates a CallLog for the request and adds it to the buffer. - * + * * @param request * The Request object associated with the request. * @param response @@ -196,10 +200,10 @@ public void flushLogs() { /** * Adds a task to the executor service to post call logs to the Restlet Cloud * analytics service. - * + * * If the executor service cannot satisfy the request, the call logs are * lost and an error message is logged with the reason of the failure. - * + * * @param logsToPost * The call logs to post to the Restlet Cloud analytics service. */ @@ -216,7 +220,7 @@ private void postLogs(CallLogs logsToPost) { /** * Called on permanent errors. Override to add your own behavior. - * + * * @param logsToPost * The list of logs that were not posted. */ @@ -227,9 +231,9 @@ protected void errorSendLog(CallLogs logsToPost) { /** * Asynchronous task posting the call logs to Restlet Cloud and implementing * fall-back methods if attempts are not successful. - * + * * @author Cyprien Quilici - * + * */ private class AsyncCallLogsPostTask implements Runnable { @@ -272,10 +276,10 @@ public void run() { /** * Returns the time to wait between two attempts to reach the Restlet Cloud * analytics service. - * + * * It is multiplied by 2 each attempt with a maximum limit of * {@link AnalyticsHandler#MAX_TIME}. - * + * * @param attemptNumber * The number of the attempt. * @return The time to wait between two attempts to reach the Restlet Cloud diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AnalyticsModule.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AnalyticsModule.java index 224cb5ce78..eff60328e1 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AnalyticsModule.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AnalyticsModule.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.module; @@ -38,11 +38,13 @@ * Analytics module for the agent. This class extends {@link Filter} and sends * call logs to the Restlet Cloud platform. To view them, open the Analytics tab of * your Connector. - * + * * Posting is asynchronous to preserve performance. - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class AnalyticsModule extends Filter { /** Internal logger. */ @@ -60,7 +62,7 @@ public class AnalyticsModule extends Filter { /** * Create a new Analytics module with the specified settings. - * + * * @param restletCloudConfig * The agent configuration. * @param modulesSettings @@ -73,7 +75,7 @@ public AnalyticsModule(RestletCloudConfig restletCloudConfig, /** * Create a new Authentication module with the specified settings. - * + * * @param restletCloudConfig * The agent configuration. * @param modulesSettings @@ -106,7 +108,7 @@ protected void afterHandle(Request request, Response response) { /** * Returns the current time in milliseconds. Uses {@link System#nanoTime()} * for enhanced precision. - * + * * @return The current time in milliseconds. */ private long getTimeMillis() { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AuthenticationModule.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AuthenticationModule.java index 44c90fc706..810922bc95 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AuthenticationModule.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AuthenticationModule.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.module; @@ -58,9 +58,11 @@ /** * Authentication module for the agent. This class extends {@link ChallengeAuthenticator} and is responsible to fill * {@link org.restlet.data.ClientInfo} on the request. - * + * * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class AuthenticationModule extends ChallengeAuthenticator { private class AgentVerifier implements Verifier { @@ -140,7 +142,7 @@ public int verify(Request request, Response response) { /** * This class is used as Cache Key. The {@link #secret} is not used in the * key, but the {@link CacheLoader} need it. - * + * * Warning: The {@link #hashCode()} and {@link #equals(Object)} methods only * use the {@link #identifier} attribute. The secret should be compared * separately. @@ -223,7 +225,7 @@ public User getUser() { /** * Create a new Authentication module with the specified settings. - * + * * @param restletCloudConfig * The agent configuration. * @param modulesSettings @@ -236,7 +238,7 @@ public AuthenticationModule(RestletCloudConfig restletCloudConfig, /** * Create a new Authentication module with the specified settings. - * + * * @param restletCloudConfig * The agent configuration. * @param modulesSettings diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AuthorizationModule.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AuthorizationModule.java index 138fc6d881..303722686a 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AuthorizationModule.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/AuthorizationModule.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.module; @@ -45,9 +45,11 @@ /** * Authorization module for the agent. - * + * * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class AuthorizationModule extends Filter { /** @@ -91,7 +93,7 @@ public void setOperationAuthorization( /** * Create a new Authorization module with the specified settings. - * + * * @param restletCloudConfig * The agent configuration. * @param modulesSettings @@ -104,7 +106,7 @@ public AuthorizationModule(RestletCloudConfig restletCloudConfig, /** * Create a new Authorization module with the specified settings. - * + * * @param restletCloudConfig * The agent configuration. * @param modulesSettings @@ -142,7 +144,7 @@ public AuthorizationModule(RestletCloudConfig restletCloudConfig, /** * Find the best {@link OperationAuthorization} for the incoming request and * check user authorization. - * + * * @param request * The request to handle. * @param response @@ -198,7 +200,7 @@ protected int beforeHandle(Request request, Response response) { /** * Indicates if the given role is in the list of roles. - * + * * @param roles * The list of roles. * @param roleName diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/FirewallModule.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/FirewallModule.java index 5daad55b11..9778a8e0da 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/FirewallModule.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/FirewallModule.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.module; @@ -45,7 +45,9 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class FirewallModule { public static final String MODULE_PATH = "/firewall"; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/ModulesSettingsModule.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/ModulesSettingsModule.java index c120f9509c..6a49bc8f15 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/ModulesSettingsModule.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/ModulesSettingsModule.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.module; @@ -32,9 +32,11 @@ /** * Get modules settings from connector service - * + * * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class ModulesSettingsModule { public static final String MODULE_PATH = "/settings"; @@ -42,7 +44,7 @@ public class ModulesSettingsModule { /** * Retrieves the modules settings from the service if it has changed, null * otherwise. - * + * * @param restletCloudConfig * The service's configuration * @param modulesSettings diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/ReverseProxyModule.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/ReverseProxyModule.java index cce812e502..e53ea3e114 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/ReverseProxyModule.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/module/ReverseProxyModule.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.module; @@ -31,7 +31,9 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class ReverseProxyModule extends Redirector { private final boolean authenticationEnabled; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AnalyticsResource.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AnalyticsResource.java index c8706e0f1b..0184579c15 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AnalyticsResource.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AnalyticsResource.java @@ -3,6 +3,10 @@ import org.restlet.ext.platform.internal.agent.bean.CallLogs; import org.restlet.resource.Post; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public interface AnalyticsResource { @Post diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AuthenticationAuthenticateResource.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AuthenticationAuthenticateResource.java index 11338c9ba6..c6ebb093eb 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AuthenticationAuthenticateResource.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AuthenticationAuthenticateResource.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.resource; @@ -28,14 +28,18 @@ import org.restlet.ext.platform.internal.agent.bean.User; import org.restlet.resource.Post; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public interface AuthenticationAuthenticateResource { /** * Authenticate a user from its credentials - * + * * @param credentials * The user credentials - * + * * @return The user is the authentication succeeded
* Status details: *
    diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AuthorizationOperationsResource.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AuthorizationOperationsResource.java index ae3ff9f685..8c2a3127d3 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AuthorizationOperationsResource.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/AuthorizationOperationsResource.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.resource; @@ -27,6 +27,10 @@ import org.restlet.ext.platform.internal.agent.bean.OperationsAuthorization; import org.restlet.resource.Get; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public interface AuthorizationOperationsResource { @Get diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/FirewallSettingsResource.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/FirewallSettingsResource.java index 76334ea433..53bfd25dad 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/FirewallSettingsResource.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/FirewallSettingsResource.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.resource; @@ -27,6 +27,10 @@ import org.restlet.ext.platform.internal.agent.bean.FirewallSettings; import org.restlet.resource.Get; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public interface FirewallSettingsResource { /** diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/ModulesSettingsResource.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/ModulesSettingsResource.java index aae24fd261..c8cd63a8a1 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/ModulesSettingsResource.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/agent/resource/ModulesSettingsResource.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.agent.resource; @@ -29,14 +29,16 @@ /** * Resource used for communicate with platform connector cell. - * + * * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public interface ModulesSettingsResource { /** * Returns the modules settings from platform connector cell. - * + * * @return The modules settings of the current cell. */ @Get diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/ConversionUtils.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/ConversionUtils.java index 206f9ed259..e0a5e27408 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/ConversionUtils.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/ConversionUtils.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion; @@ -28,13 +28,17 @@ import org.restlet.engine.util.StringUtils; import org.restlet.ext.platform.internal.model.Section; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public class ConversionUtils { /** * Generates a name for a resource computed from its path. The name is * composed of all alphanumeric characters in camel case.
    * Ex: /contacts/{contactId} => ContactsContactId - * + * * @param uri * The URI of the Resource * @return The Resource's name computed from the path. @@ -53,7 +57,7 @@ public static String processResourceName(String uri) { * Generates a name for the response given the status code. * The generated name will be "Success" in case of success, "Error [statusCode]" in case of error and "Status * [statusCode] otherwise. - * + * * @param statusCode * The status code of the response. * @return The generated name. @@ -70,7 +74,7 @@ public static String generateResponseName(int statusCode) { /** * Creates a valid {@link Section} name from the given package name. - * + * * @param packageName * The package name to process. * @return a valid {@link Section} name. diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/ImportUtils.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/ImportUtils.java index 47031335b5..f1d52c9efe 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/ImportUtils.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/ImportUtils.java @@ -16,6 +16,10 @@ import com.wordnik.swagger.util.Json; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public class ImportUtils { /** Internal logger. */ @@ -56,7 +60,7 @@ public static ClientResource createAuthenticatedClientResource(String url, /** * Downloads the content served at the given URL and de-serializes it in the given Java class. * Forces the representation's media type to JSON to avoid de-serialization errors. - * + * * @param url * The URL on which the content is served * @param userName diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/TranslationException.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/TranslationException.java index 54ad2f5234..eaf888f9c8 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/TranslationException.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/TranslationException.java @@ -1,29 +1,33 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @SuppressWarnings("serial") public class TranslationException extends Exception { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/raml/RamlTranslator.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/raml/RamlTranslator.java index 55047fc973..f715a8283f 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/raml/RamlTranslator.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/raml/RamlTranslator.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.raml; @@ -64,9 +64,11 @@ /** * Tools library for converting Restlet Web API Definition to and from RAML * documentation. - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public abstract class RamlTranslator { /** Internal logger. */ @@ -76,7 +78,7 @@ public abstract class RamlTranslator { /** * Returns the {@link org.restlet.ext.platform.internal.model.PathVariable} * as described by the given {@link org.raml.model.parameter.UriParameter}. - * + * * @param paramName * The name of the path variable. * @param uriParameter @@ -98,7 +100,7 @@ private static PathVariable getPathVariable(String paramName, * Returns the list of * {@link org.restlet.ext.platform.internal.model.PathVariable} as defined * by the given {@link org.raml.model.Resource}. - * + * * @param resource * The given resource. * @return The list of @@ -122,7 +124,7 @@ private static List getPathVariables( /** * Builds a sample map for each Representation of the Contract - * + * * @param contract * The Restlet Web API Contract * @return A map of representations' names and sample maps @@ -139,7 +141,7 @@ private static Map> getSamples(Contract contract) { /** * Retrieves the RAML API declaration corresponding to a category of the * given Restlet Web API Definition. - * + * * @param definition * The Restlet Web API Definition. * @return The RAML API definition of the given category. @@ -436,7 +438,7 @@ public static Representation getRepresentationByName( /** * Returns the list of Resources nested under a given Resource. - * + * * @param resourceName * The name of the generated resource, extracted from its path. * @param resource @@ -483,7 +485,7 @@ private static List getResource(String resourceName, /** * Translates a RAML documentation to a Restlet definition. - * + * * @param raml * The RAML resource listing. * @return The Restlet definition. @@ -541,7 +543,7 @@ public static Definition translate(Raml raml) throws TranslationException { /** * Returns an example in provided media Type of the entity in the given * PayLoad. - * + * * @param payLoad * The PayLoad. * @param representationSamples diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/raml/RamlUtils.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/raml/RamlUtils.java index 72b2fdf51e..e7db2ebc44 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/raml/RamlUtils.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/raml/RamlUtils.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.raml; @@ -57,9 +57,11 @@ /** * Utility class for RAML java beans. - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class RamlUtils { /** * The list of java types that correspond to RAML's integer type. @@ -76,7 +78,7 @@ public class RamlUtils { /** * Generates the JsonSchema of a Representation's Property of primitive * type. - * + * * @param property * The Property from which the JsonSchema is generated. * @return The JsonSchema of the given Property. @@ -122,7 +124,7 @@ protected static SimpleTypeSchema generatePrimitiveSchema(Property property) { /** * Generates the JsonSchema of a Representation. - * + * * @param representation * The representation. * @param schemas @@ -215,7 +217,7 @@ public static void fillSchemas(String name, String description, /** * Returns the RAML {@link org.raml.model.ActionType} given an HTTP method * name. - * + * * @param method * The HTTP method name as String. * @return The corresponding {@link org.raml.model.ActionType}. @@ -244,7 +246,7 @@ public static ActionType getActionType(String method) { /** * Returns the RAML parameter type given a java primitive type. - * + * * @param type * The Java type. * @return The RAML parameter type. @@ -272,7 +274,7 @@ public static ParamType getParamType(String type) { /** * Gets the parent resource of a Resource given its path and the list of * paths available on the API. - * + * * @param paths * The list of paths available on the API. * @param resourcePath @@ -299,7 +301,7 @@ public static Resource getParentResource(List paths, /** * Returns a RAML Resource given its complete path. - * + * * @param raml * The RAML in which the Resource is searched for. * @param path @@ -318,7 +320,7 @@ private static Resource getResourceByCompletePath(Raml raml, String path) { /** * Indicates if the given type is a primitive type. - * + * * @param type * The type to check. * @return True if the given type is primitive, false otherwise. @@ -332,7 +334,7 @@ public static boolean isPrimitiveType(String type) { /** * Returns the primitive type as RAML expects them. - * + * * @param type * The Java primitive type. * @return The primitive type expected by RAML. @@ -352,7 +354,7 @@ public static String toRamlType(String type) { /** * Indicates if the given RAML definition is valid according to RAML * specifications. - * + * * @param location * The RAML definition. * @throws TranslationException diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/SwaggerReader.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/SwaggerReader.java index c3da59968b..d8fb585e0b 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/SwaggerReader.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/SwaggerReader.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2; @@ -64,9 +64,11 @@ /** * Tool library for converting Restlet Web API Definition from Swagger * documentation. - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class SwaggerReader { /** Internal logger. */ @@ -82,7 +84,7 @@ private SwaggerReader() { /** * Fills Restlet Web API definition's Contract from Swagger 1.2 {@link ApiDeclaration}. - * + * * @param contract * The Restlet Web API definition's Contract * @param apiDeclaration @@ -124,7 +126,7 @@ private static void fillContract(Contract contract, ApiDeclaration apiDeclaratio /** * Fills Restlet Web API definition's Contract from Swagger 1.2 definition - * + * * @param contract * The Restlet Web API definition's Contract * @param listing @@ -153,7 +155,7 @@ private static void fillContract(Contract contract, /** * Fills Restlet Web API definition's main attributes from Swagger 1.2 * definition - * + * * @param definition * The Restlet Web API definition * @param listing @@ -208,7 +210,7 @@ private static void fillEndpointAuthorization(AuthorizationsDeclaration authoriz /** * Fills Restlet Web API definition's Operations from Swagger ApiDeclaration - * + * * @param resource * The Restlet Web API definition's Resource * @param apiDeclaration @@ -287,7 +289,7 @@ private static void fillOperations(Resource resource, /** * Fills Restlet Web API definition's operation output payload from Swagger * ResourceOperationDeclaration - * + * * @param success * The Restlet Web API definition's operation success Response * @param swaggerOperation @@ -325,7 +327,7 @@ private static void fillOutPayLoad(Response success, /** * Fills Restlet Web API definition's operation parameter from Swagger * ResourceOperationDeclaration - * + * * @param resource * The Restlet Web API definition's Resource to which the * operation is attached @@ -363,7 +365,7 @@ private static void fillParameters(Resource resource, Operation operation, /** * Fills Restlet Web API definition's Representations from Swagger * ApiDeclaration - * + * * @param contract * The Restlet Web API definition's Contract * @param section @@ -404,7 +406,7 @@ private static void fillRepresentations(Contract contract, Section section, /** * Fills Restlet Web API definition's operation Responses from Swagger * ResourceOperationDeclaration - * + * * @param operation * The Restlet Web API definition's Operation * @param swaggerOperation @@ -430,7 +432,7 @@ private static void fillResponseMessages(Operation operation, /** * Fills Restlet Web API definition's variants from Swagger 1.2 definition - * + * * @param operation * The Restlet Web API definition's Operation * @param swaggerOperation @@ -455,7 +457,7 @@ private static void fillVariants(Operation operation, ResourceOperationDeclarati /** * Converts a Swagger parameter to an instance of * {@link org.restlet.ext.platform.internal.model.PayLoad}. - * + * * @param parameter * The Swagger parameter. * @return An instance of @@ -482,7 +484,7 @@ private static PayLoad toEntity( /** * Converts a Swagger parameter to an instance of * {@link org.restlet.ext.platform.internal.model.PathVariable}. - * + * * @param parameter * The Swagger parameter. * @return An instance of @@ -501,7 +503,7 @@ private static PathVariable toPathVariable( /** * Converts a Swagger parameter to an instance of * {@link org.restlet.ext.platform.internal.model.QueryParameter}. - * + * * @param parameter * The Swagger parameter. * @return An instance of @@ -527,7 +529,7 @@ private static QueryParameter toQueryParameter( /** * Converts a Swagger model to an instance of * {@link org.restlet.ext.platform.internal.model.Representation}. - * + * * @param model * The Swagger model. * @param name @@ -578,7 +580,7 @@ private static Representation toRepresentation(ModelDeclaration model, /** * Translates a Swagger API declaration to a Restlet Web API definition. - * + * * @param apiDeclaration * The Swagger API declaration * @param sectionName @@ -615,7 +617,7 @@ public static Definition translate(ApiDeclaration apiDeclaration, String section /** * Translates a Swagger documentation to a Restlet definition. - * + * * @param listing * The Swagger resource listing. * @param apiDeclarations @@ -660,10 +662,10 @@ public static Definition translate(ResourceListing listing, MapsectionName parameter is defined, only resources from the given section will be included. - * + * * @param contract * The Restlet Web API definition's {@link Contract} * @param apiDeclaration @@ -433,7 +435,7 @@ private static Collection fillApiDeclarationResources( /** * Fills Swagger ResourceOperationDeclaration's error responses from Restlet * Web API definition's Operation - * + * * @param operation * The Restlet Web API definition's Operation * @param usedModels @@ -524,7 +526,7 @@ private static void fillModel(ApiDeclaration apiDeclaration, /** * Fills Swagger resource listing main attributes from Restlet Web API * definition - * + * * @param definition * The Restlet Web API definition * @param listing @@ -579,7 +581,7 @@ public int compare(ResourceListingApi o1, /** * Fills Swagger resource listing main attributes from Restlet Web API * definition - * + * * @param definition * The Restlet Web API definition * @param listing @@ -671,7 +673,7 @@ public static ApiDeclaration getApiDeclaration(Definition definition) { /** * Translates a Restlet Web API Definition to a Swagger resource listing. - * + * * @param definition * The Restlet Web API Definition. * @return The corresponding resource listing diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiDeclaration.java index 8dcf1f4893..50e843ed6b 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -32,6 +32,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ApiDeclaration { // private String resourcePath"; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiInfo.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiInfo.java index 1f54debb21..2c4a1cf982 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiInfo.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiInfo.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ApiInfo { private String contact; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiKeyAuthorizationDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiKeyAuthorizationDeclaration.java index 8f08d4a879..82667ccb8e 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiKeyAuthorizationDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ApiKeyAuthorizationDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ApiKeyAuthorizationDeclaration extends AuthorizationDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationCodeDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationCodeDeclaration.java index 1b4e93b5f8..84fe28e066 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationCodeDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationCodeDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class AuthorizationCodeDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationDeclaration.java index 8d20727783..1b9e0457c5 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class AuthorizationDeclaration { private String type; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationType.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationType.java index 28c6b98cd0..8f7be9ce57 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationType.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationType.java @@ -1,29 +1,33 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public abstract class AuthorizationType { public final static String API_KEY = "apiKey"; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationsDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationsDeclaration.java index d440a8f722..ea37d49d94 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationsDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/AuthorizationsDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class AuthorizationsDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/BasicAuthorizationDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/BasicAuthorizationDeclaration.java index 7fb2c5f26f..cf4fcb17db 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/BasicAuthorizationDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/BasicAuthorizationDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class BasicAuthorizationDeclaration extends AuthorizationDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/GrantTypesDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/GrantTypesDeclaration.java index 895ac48f54..870e291c9f 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/GrantTypesDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/GrantTypesDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class GrantTypesDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ImplicitDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ImplicitDeclaration.java index bbf9016001..aebdb32425 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ImplicitDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ImplicitDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ImplicitDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ItemsDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ItemsDeclaration.java index 0082d40b79..60468ac902 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ItemsDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ItemsDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -28,6 +28,10 @@ import com.fasterxml.jackson.annotation.JsonInclude.Include; import com.fasterxml.jackson.annotation.JsonProperty; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ItemsDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/LoginEndpointDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/LoginEndpointDeclaration.java index a856539190..4949a50ea1 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/LoginEndpointDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/LoginEndpointDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class LoginEndpointDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ModelDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ModelDeclaration.java index def752cc95..e0c0b83884 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ModelDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ModelDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -32,6 +32,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ModelDeclaration { private String description; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/OAuth2AuthorizationDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/OAuth2AuthorizationDeclaration.java index 4295bf4e10..8a272861e3 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/OAuth2AuthorizationDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/OAuth2AuthorizationDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -30,6 +30,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class OAuth2AuthorizationDeclaration extends AuthorizationDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceDeclaration.java index 844d2cd266..1a1219f7f5 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -30,6 +30,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ResourceDeclaration { private String description; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceListing.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceListing.java index 7f0c757d7e..605c074bc5 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceListing.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceListing.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -30,6 +30,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ResourceListing { // private String resourcePath"; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceListingApi.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceListingApi.java index 82d1e47a0f..c504538706 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceListingApi.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceListingApi.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ResourceListingApi { private String description; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceOperationDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceOperationDeclaration.java index b3fdb699c2..13ea20eccc 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceOperationDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceOperationDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -32,6 +32,10 @@ import com.fasterxml.jackson.annotation.JsonInclude.Include; import com.fasterxml.jackson.annotation.JsonProperty; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) @JsonIgnoreProperties("authorizations") public class ResourceOperationDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceOperationParameterDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceOperationParameterDeclaration.java index 122dfcc4d2..aaa8acc7ba 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceOperationParameterDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResourceOperationParameterDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -31,6 +31,10 @@ import com.fasterxml.jackson.annotation.JsonInclude.Include; import com.fasterxml.jackson.annotation.JsonProperty; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ResourceOperationParameterDeclaration { public static final String PARAM_TYPE_BODY = "body"; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResponseMessageDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResponseMessageDeclaration.java index 5920ccafb1..602040c98f 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResponseMessageDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ResponseMessageDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ResponseMessageDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ScopeDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ScopeDeclaration.java index 7886d9f547..a4e457ba07 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ScopeDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/ScopeDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class ScopeDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TokenEndpointDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TokenEndpointDeclaration.java index c543aa8315..624566f9f1 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TokenEndpointDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TokenEndpointDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class TokenEndpointDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TokenRequestEndpointDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TokenRequestEndpointDeclaration.java index 11829592a8..82a89da82b 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TokenRequestEndpointDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TokenRequestEndpointDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -27,6 +27,10 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class TokenRequestEndpointDeclaration { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TypePropertyDeclaration.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TypePropertyDeclaration.java index 87e677fd9a..087e0a9d85 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TypePropertyDeclaration.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v1_2/model/TypePropertyDeclaration.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v1_2.model; @@ -31,6 +31,10 @@ import com.fasterxml.jackson.annotation.JsonInclude.Include; import com.fasterxml.jackson.annotation.JsonProperty; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated @JsonInclude(Include.NON_NULL) public class TypePropertyDeclaration { private String description; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/Swagger2Reader.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/Swagger2Reader.java index 00adf6a937..51231716ce 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/Swagger2Reader.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/Swagger2Reader.java @@ -45,7 +45,9 @@ /** * Translator : RWADef <- Swagger 2.0. + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Swagger2Reader { /** Internal logger. */ @@ -105,7 +107,7 @@ private static void fillInputPayload(Operation swaggerOperation, private static void fillOutputPayload(Response swaggerResponse, org.restlet.ext.platform.internal.model.Response response, - Operation swaggerOperation, Contract contract, + Operation swaggerOperation, Contract contract, Map parameters) { Property property = swaggerResponse.getSchema(); if (property == null) { @@ -113,7 +115,7 @@ private static void fillOutputPayload(Response swaggerResponse, } PayLoad payload = null; - + if (property instanceof RefProperty) { RefProperty refProperty = (RefProperty) property; Object declaredPayload = parameters.get(refProperty.get$ref()); @@ -462,7 +464,7 @@ private static void fillRwadefProperties(Model model, Representation representat /** * Fills the given RWADef query parameter information from the given Swagger query parameter. - * + * * @param queryParameter * The RWADef query parameter. * @param swaggerQueryParameter @@ -537,10 +539,10 @@ private static void fillSections(Swagger swagger, Contract contract) { /** * Translates a Swagger definition to a Restlet Web API Definition - * + * * @param Swagger * The translated Swagger 2.0 definition - * + * * @return The Restlet Web API definition */ public static Definition translate(Swagger swagger) { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/Swagger2Writer.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/Swagger2Writer.java index 829690be9e..e4e89ec479 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/Swagger2Writer.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/Swagger2Writer.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v2_0; @@ -78,7 +78,9 @@ /** * Translator : RWADef -> Swagger 2.0. + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Swagger2Writer { // TODO wait for Swagger class @@ -105,7 +107,7 @@ private ShortProperty() { /** * Fill Swagger "Definitions" objects from RWADef definition - * + * * @param definition * RWADef definition * @param swagger @@ -137,7 +139,7 @@ private static void fillDefinitions(Definition definition, Swagger swagger) { /** * Fill Swagger "Model" objects from RWADef. - * + * * @param name * The name of the Swagger model. * @param description @@ -367,7 +369,7 @@ private static void fillOperationResponses(Definition definition, /** * Fill Swagger "Paths.Operations" objects from RWADef definition - * + * * @param definition * RWADef definition * @param resource @@ -413,7 +415,7 @@ private static void fillPathOperations(Definition definition, /** * Fill Swagger "Paths" objects from RWADef definition - * + * * @param definition * RWADef definition * @param swagger @@ -433,7 +435,7 @@ private static void fillPaths(Definition definition, Swagger swagger) { /** * Fill Swagger "SecuritySchemeDefinition" objects from RWADef definition - * + * * @param definition * RWADef definition * @param swagger @@ -456,7 +458,7 @@ private static void fillSwaggerAuthentication(Definition definition, Swagger swa /** * Fill Swagger "Info" object from RWADef definition - * + * * @param definition * RWADef definition * @param swagger @@ -496,7 +498,7 @@ private static void fillSwaggerInfo(Definition definition, Swagger swagger) { /** * Fills Swagger main attributes from Restlet Web API definition - * + * * @param definition * The Restlet Web API definition * @param swagger @@ -534,7 +536,7 @@ private static void fillTags(Contract contract, Swagger swagger) { /** * Translates a Restlet Web API Definition to a Swagger definition - * + * * @param definition * The Restlet Web API definition * @return Swagger The translated Swagger 2.0 definition @@ -570,7 +572,7 @@ public static Swagger getSwagger(Definition definition) { /** * Get new property for Swagger 2.0 for the primitive type of Rwadef. - * + * * @param type * Type Rwadef * @return Type Swagger diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerTypeFormat.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerTypeFormat.java index a352f285bf..1f821df1c6 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerTypeFormat.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerTypeFormat.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v2_0; @@ -28,7 +28,9 @@ /** * Internal class representing a Swagger type + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class SwaggerTypeFormat { private String format; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerTypes.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerTypes.java index d71307c93d..f0ac7dcd0f 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerTypes.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerTypes.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v2_0; @@ -30,13 +30,15 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class SwaggerTypes { /** * Converts Swagger primitive types to Java types. To be used only for query parameters, * headers and path variables. - * + * * @param dataType * The Swagger type * @return The corresponding Java type @@ -71,10 +73,10 @@ public static String toDefinitionPrimitiveType(SwaggerTypeFormat dataType) { return dataType.getType(); } } - + /** * Returns the RWADef type corresponding to the given Swagger Property. - * + * * @param property * The Swagger property. * @return @@ -88,7 +90,7 @@ public static String toDefinitionType(Property property) { ArrayProperty arrayProperty = (ArrayProperty) property; return toDefinitionType(arrayProperty.getItems()); } - + SwaggerTypeFormat swaggerTypeFormat = new SwaggerTypeFormat(property.getType(), property.getFormat()); return SwaggerTypes.toDefinitionPrimitiveType(swaggerTypeFormat); @@ -96,7 +98,7 @@ public static String toDefinitionType(Property property) { /** * Converts Java types to Swagger types - * + * * @param dataType * The Java type * @return The corresponding Swagger type diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerUtils.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerUtils.java index ff01f23ceb..0da8d7a59e 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerUtils.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/conversion/swagger/v2_0/SwaggerUtils.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.conversion.swagger.v2_0; @@ -41,9 +41,11 @@ /** * Tools library for Swagger 2.0. - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public abstract class SwaggerUtils { /** Internal logger. */ @@ -59,7 +61,7 @@ private SwaggerUtils() { /** * Returns the {@link Definition} by reading the Swagger definition URL. - * + * * @param swaggerUrl * The URl of the Swagger definition service. * @param userName @@ -95,7 +97,7 @@ public static Definition getDefinition(String swaggerUrl, String userName, /** * Returns the input payload of the given operation if there is one. Null otherwise. - * + * * @param operation * The Swagger operation. * @return The input payload. @@ -112,7 +114,7 @@ public static BodyParameter getInputPayload(Operation operation) { /** * Safe toString method, returns null if the object is null, calls its toString otherwise. * Avoids NPEs. - * + * * @param object * The object on which to perform a toString. * @return @@ -124,7 +126,7 @@ public static String toString(Object object) { /** * Returns the separator for multi-valued parameters given the collection format. - * + * * @param collectionFormat * The Swagger's collection format, {@see * https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#fixed-fields-7} diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/FirewallFilter.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/FirewallFilter.java index 2d98453c0c..02f0e71da4 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/FirewallFilter.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/FirewallFilter.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall; @@ -34,9 +34,11 @@ /** * Filter that controls the incoming requests by applying a set of rules. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class FirewallFilter extends Filter { /** The list of associated {@link FirewallRule}. */ @@ -44,7 +46,7 @@ public class FirewallFilter extends Filter { /** * Constructor. - * + * * @param context * The context. * @param rules diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/BlockingHandler.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/BlockingHandler.java index 6b517a561e..b42e76bd56 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/BlockingHandler.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/BlockingHandler.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.handler; @@ -37,14 +37,16 @@ /** * {@link ThresholdHandler} that updates the response's status to * {@link Status#CLIENT_ERROR_TOO_MANY_REQUESTS} when the limit is reached. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class BlockingHandler extends ThresholdHandler { /** * Constructor. - * + * * @param limitPolicy * The limit policy. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/RateLimitationHandler.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/RateLimitationHandler.java index 47dc80d70c..f85430551e 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/RateLimitationHandler.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/RateLimitationHandler.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.handler; @@ -44,14 +44,16 @@ *
  • X-RateLimit-Reset: The approximative remaining window before the rate * limit resets in UTC epoch seconds
  • *
- * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class RateLimitationHandler extends BlockingHandler { /** * Contructor. - * + * * @param limitPolicy */ public RateLimitationHandler(LimitPolicy limitPolicy) { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/ThresholdHandler.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/ThresholdHandler.java index dc78da3783..731cb86f81 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/ThresholdHandler.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/ThresholdHandler.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.handler; @@ -34,9 +34,11 @@ /** * Thanks to its {@link LimitPolicy} a {@link ThresholdHandler} throws an event * when the limit is reached. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public abstract class ThresholdHandler { /** The {@link LimitPolicy} associated to the {@link ThresholdHandler}. */ @@ -44,7 +46,7 @@ public abstract class ThresholdHandler { /** * Constructor. - * + * * @param limitPolicy * The associated limit policy. */ @@ -54,7 +56,7 @@ public ThresholdHandler(LimitPolicy limitPolicy) { /** * Returns the limit associated to the given value. - * + * * @param request * The request to handle. * @param countedValue @@ -70,7 +72,7 @@ public int getLimit(Request request, String countedValue) { * calls * {@link ThresholdHandler#thresholdReached(Request, Response, CounterResult)} * . - * + * * @param request * The request to handle. * @param response @@ -90,7 +92,7 @@ public int handle(Request request, Response response, /** * Sets the {@link LimitPolicy}. - * + * * @param limitPolicy * The limit policy. */ @@ -100,7 +102,7 @@ public void setLimitPolicy(LimitPolicy limitPolicy) { /** * Method called when the defined limit is reached. - * + * * @param request * The request to handle. * @param response diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/LimitPolicy.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/LimitPolicy.java index 0f8df2fcdb..b7ccc6a8e5 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/LimitPolicy.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/LimitPolicy.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.handler.policy; @@ -30,14 +30,15 @@ /** * Associates a limit to counted values extracted from the incoming * {@link Request} thanks to a {@link CountingPolicy}. - * + * * @author Guillaume Blondeau */ +@Deprecated public abstract class LimitPolicy { /** * Returns the limit associated to the given counted value. - * + * * @param request * The current request. * @param countedValue diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/PerGroupLimitPolicy.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/PerGroupLimitPolicy.java index c8596ddb3a..c98e00e0ad 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/PerGroupLimitPolicy.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/PerGroupLimitPolicy.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.handler.policy; @@ -31,9 +31,11 @@ /** * Defines a limit to sets of counted values. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class PerGroupLimitPolicy extends LimitPolicy { /** @@ -59,7 +61,7 @@ public PerGroupLimitPolicy() { /** * Constructor.
* Defines only the {@link PerGroupLimitPolicy#defaultLimit}. - * + * * @param defaultLimit * The default limit. */ @@ -70,7 +72,7 @@ public PerGroupLimitPolicy(int defaultLimit) { /** * Constructor.
- * + * * @param limitsPerGroup * The sets of limits per group. * @param groups @@ -87,7 +89,7 @@ public PerGroupLimitPolicy(Map limitsPerGroup, /** * Associates a counted value with a group. - * + * * @param countedValue * The counted value. * @param group @@ -99,7 +101,7 @@ public void addCountedValue(String countedValue, String group) { /** * Specifies a limit for a group. - * + * * @param group * The name of the group. * @param limit diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/PerValueLimitPolicy.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/PerValueLimitPolicy.java index 643c378c18..e331af568e 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/PerValueLimitPolicy.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/PerValueLimitPolicy.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.handler.policy; @@ -31,9 +31,11 @@ /** * Defines a limit for known counted values. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class PerValueLimitPolicy extends LimitPolicy { /** @@ -56,7 +58,7 @@ public PerValueLimitPolicy() { /** * Constructor.
* Defines only the {@link PerValueLimitPolicy#defaultLimit}. - * + * * @param defaultLimit * The default limit. */ @@ -66,7 +68,7 @@ public PerValueLimitPolicy(int defaultLimit) { /** * Constructor.
- * + * * @param limitsPerValue * The map of limits per counted value. * @param defaultLimit @@ -80,7 +82,7 @@ public PerValueLimitPolicy(Map limitsPerValue, /** * Associates a limit to a counted value. - * + * * @param countedValue * The counted value. * @param limit diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/RoleLimitPolicy.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/RoleLimitPolicy.java index ebc35bdb75..f5c0e6cb72 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/RoleLimitPolicy.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/RoleLimitPolicy.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.handler.policy; @@ -37,9 +37,11 @@ * Defines a limit to authenticated users based on their {@link Role}. Use this * policy in conjunction with an {@link Enroler} (cf {@link Authenticator}) in * order to associate roles to users. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class RoleLimitPolicy extends LimitPolicy { /** @@ -62,7 +64,7 @@ public RoleLimitPolicy() { /** * Constructor.
* Defines only the {@link RoleLimitPolicy#defaultLimit}. - * + * * @param defaultLimit * The default limit. */ @@ -73,7 +75,7 @@ public RoleLimitPolicy(int defaultLimit) { /** * Constructor.
* Set the {@link RoleLimitPolicy#defaultLimit} to 0. - * + * * @param limitsPerRole * Maps role's name to a limit. */ @@ -83,7 +85,7 @@ public RoleLimitPolicy(Map limitsPerRole) { /** * Constructor. - * + * * @param limitsPerRole * Maps role's name to a limit. * @param defaultLimit @@ -97,7 +99,7 @@ public RoleLimitPolicy(Map limitsPerRole, int defaultLimit) { /** * Specifies a limit for a role. - * + * * @param role * The name of the role. * @param limit @@ -109,7 +111,7 @@ public void addRole(String role, int limit) { /** * Returns the policy's default limit. - * + * * @return Policy's default limit. */ public int getDefaultLimit() { @@ -142,7 +144,7 @@ public int getLimit(Request request, String countedValue) { /** * Returns the {@link Map} defining limits corresponding to different * {@link Role} - * + * * @return Limits corresponding to different {@link Role} */ public Map getLimitsPerRole() { @@ -151,7 +153,7 @@ public Map getLimitsPerRole() { /** * Set the policy's default limit. - * + * * @param defaultLimit * Policy's default limit. */ @@ -162,7 +164,7 @@ public void setDefaultLimit(int defaultLimit) { /** * Set the {@link Map} defining limits corresponding to different * {@link Role} - * + * * @param limitsPerRole * {@link Map} defining limits corresponding to different * {@link Role} diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/UniqueLimitPolicy.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/UniqueLimitPolicy.java index b8be704aea..e6ded71c02 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/UniqueLimitPolicy.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/handler/policy/UniqueLimitPolicy.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.handler.policy; @@ -28,9 +28,11 @@ /** * Defines a single limit. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class UniqueLimitPolicy extends LimitPolicy { /** The single limit. */ @@ -38,7 +40,7 @@ public class UniqueLimitPolicy extends LimitPolicy { /** * Constructor. - * + * * @param limit * The associated limit. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/ConcurrentFirewallCounterRule.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/ConcurrentFirewallCounterRule.java index 54d59654d8..63fe84336d 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/ConcurrentFirewallCounterRule.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/ConcurrentFirewallCounterRule.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule; @@ -35,9 +35,11 @@ /** * {@link FirewallCounterRule} specialized in counting concurrent requests. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class ConcurrentFirewallCounterRule extends FirewallCounterRule { /** Cache of {@link ConcurrentCounter}. */ @@ -45,7 +47,7 @@ public class ConcurrentFirewallCounterRule extends FirewallCounterRule { /** * Contructor. - * + * * @param countingPolicy * The associated counting policy. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/CounterResult.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/CounterResult.java index 4a8cadcd08..7b9b9fa2de 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/CounterResult.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/CounterResult.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule; @@ -30,9 +30,11 @@ /** * Gives the state of a {@link Counter}. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class CounterResult { /** The number of requests done by the associated counter. */ @@ -57,7 +59,7 @@ public class CounterResult { /** * Returns the number of requests done by the associated {@link Counter}. - * + * * @return The number of requests done by the associated {@link Counter}. */ public int getConsumed() { @@ -66,7 +68,7 @@ public int getConsumed() { /** * Returns the identifier of the counter. - * + * * @return The identifier of the counter. */ public String getCountedValue() { @@ -77,7 +79,7 @@ public String getCountedValue() { * Returns the time elapsed by the counter. Only available for the * {@link PeriodicCounter}. Will be set to 0 by the * {@link ConcurrentCounter}. - * + * * @return Time elapsed by the counter. Only available for the * {@link PeriodicCounter}. Will be set to 0 by the * {@link ConcurrentCounter}. @@ -90,7 +92,7 @@ public long getElapsed() { * Returns the time when the counter will be reset. Only available for the * {@link PeriodicCounter}. Will be set to 0 by the * {@link ConcurrentCounter}. - * + * * @return Time when the counter will be reset. Only available for the * {@link PeriodicCounter}. Will be set to 0 by the * {@link ConcurrentCounter}. @@ -101,7 +103,7 @@ public long getReset() { /** * Sets the number of requests done by the associated {@link Counter}. - * + * * @param consumed */ public void setConsumed(int consumed) { @@ -110,7 +112,7 @@ public void setConsumed(int consumed) { /** * Sets the value which identifies the counter. - * + * * @param countedValue */ public void setCountedValue(String countedValue) { @@ -121,7 +123,7 @@ public void setCountedValue(String countedValue) { * Sets the time elapsed by the counter. Only available for the * {@link PeriodicCounter}. Will be set to 0 by the * {@link ConcurrentCounter}. - * + * * @param elapsed */ public void setElapsed(long elapsed) { @@ -132,7 +134,7 @@ public void setElapsed(long elapsed) { * Sets the time when the counter will be reset. Only available for the * {@link PeriodicCounter}. Will be set to 0 by the * {@link ConcurrentCounter}. - * + * * @param reset */ public void setReset(long reset) { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallCounterRule.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallCounterRule.java index 3ab90ba975..7c2c01bfa2 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallCounterRule.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallCounterRule.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule; @@ -45,9 +45,11 @@ *
  • and a {@link ThresholdHandler} that defines a limit and a custom action * when the limit is reached.
  • / *
      - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public abstract class FirewallCounterRule extends FirewallRule { /** * Indicates if an unknown counted value should be blocked by default. @@ -64,7 +66,7 @@ public abstract class FirewallCounterRule extends FirewallRule { /** * Creates a {@link FirewallCounterRule} with a specified * {@link CountingPolicy}. - * + * * @param countingPolicy * The {@link CountingPolicy} to attach to the * {@link FirewallCounterRule}. @@ -76,7 +78,7 @@ public FirewallCounterRule(CountingPolicy countingPolicy) { /** * Attaches a {@link ThresholdHandler} to the {@link FirewallCounterRule}. - * + * * @param handler * The {@link ThresholdHandler} to attach. */ @@ -96,7 +98,7 @@ public void afterHandle(Request request, Response response) { * Determines the countedValue (value returned by the attached * {@link CountingPolicy}), increments the related {@link Counter} and calls * the attached {@link ThresholdHandler}. - * + * * @param request * The request to handle. * @param response @@ -134,7 +136,7 @@ public int beforeHandle(Request request, Response response) { * Method called after processing. Determines the countedValue (value * returned by the attached {@link CountingPolicy}), decrements the related * {@link Counter} and calls the attached {@link ThresholdHandler}. - * + * * @param request * The request to handle. */ @@ -147,7 +149,7 @@ public void decrement(Request request) { /** * Method which decreases the counter related to the given countedValue - * + * * @param countedValue * Value returned by the attached {@link CountingPolicy} */ @@ -155,7 +157,7 @@ public void decrement(Request request) { /** * Method which increases the counter related to the given countedValue - * + * * @param countedValue * Value returned by the attached {@link CountingPolicy} * @return The state of the counter related to the given countedValue @@ -164,7 +166,7 @@ public void decrement(Request request) { /** * Indicates if an unknown counted value should be blocked by default. - * + * * @return True if an unknown counted value should be blocked by default. */ public boolean isBlockingUnknownCountedValue() { @@ -173,7 +175,7 @@ public boolean isBlockingUnknownCountedValue() { /** * Indicates if an unknown counted value should be blocked by default. - * + * * @param blockingUnknownCountedValue * True if an unknown counted value should be blocked by default. */ @@ -184,7 +186,7 @@ public void setBlockingUnknownCountedValue( /** * Sets the counting policy. - * + * * @param countingPolicy * the counting policy. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallIpFilteringRule.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallIpFilteringRule.java index f8fdeeeed5..b44010b330 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallIpFilteringRule.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallIpFilteringRule.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule; @@ -38,9 +38,11 @@ /** * Filters requests by testing the presence of the user IP address from a white * list or a black list. - * + * * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class FirewallIpFilteringRule extends FirewallRule { private Set filteredAddresses; @@ -59,7 +61,7 @@ public FirewallIpFilteringRule(Collection filteredAddresses, /** * Filters the request on the user IP address. - * + * * @param request * The request to handle. * @param response diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallRule.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallRule.java index 9119f299a1..d04ca3a6f7 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallRule.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/FirewallRule.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule; @@ -31,14 +31,16 @@ /** * A {@link FirewallRule} has the semantic of a {@link Filter}. It is able to * check a request and to update the response. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public abstract class FirewallRule extends Filter { /** * Updates the response, if necessary. It does nothing by default. - * + * * @param request * The request. * @param response @@ -50,7 +52,7 @@ public void afterHandle(Request request, Response response) { /** * Checks the given request. It returns {@link Filter#CONTINUE} by default; - * + * * @param request * The request to check. * @param response diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/PeriodicFirewallCounterRule.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/PeriodicFirewallCounterRule.java index 05fd94e68c..96c62cfd9a 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/PeriodicFirewallCounterRule.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/PeriodicFirewallCounterRule.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule; @@ -37,9 +37,11 @@ * {@link FirewallCounterRule} specialized in counting requests on a specific * period of time. For each countedValue (value returned by the * {@link CountingPolicy}), a {@link PeriodicCounter} is associated. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class PeriodicFirewallCounterRule extends FirewallCounterRule { /** Cache of {@link PeriodicCounter}. */ @@ -50,7 +52,7 @@ public class PeriodicFirewallCounterRule extends FirewallCounterRule { /** * Contructor. - * + * * @param period * Period associated to the {@link PeriodicFirewallCounterRule}. * Each created {@link PeriodicCounter} will have this one. diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/ConcurrentCounter.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/ConcurrentCounter.java index c1f5e2a26e..b2fa05c477 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/ConcurrentCounter.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/ConcurrentCounter.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule.counter; @@ -30,9 +30,11 @@ /** * {@link Counter} which counts concurrent requests. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class ConcurrentCounter extends Counter { /** The counter value. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/Counter.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/Counter.java index 3a87cdf0db..bcd11936ed 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/Counter.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/Counter.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule.counter; @@ -31,9 +31,11 @@ /** * Counts requests. Is associated to a {@link FirewallCounterRule} and a counted * value (identifier returned by a {@link CountingPolicy}). - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public abstract class Counter { /** @@ -43,7 +45,7 @@ public abstract class Counter { /** * Increments the counter value. - * + * * @return The counter's value. */ public abstract CounterResult increment(); diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/PeriodicCounter.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/PeriodicCounter.java index 95bd0811e1..65aac1e21a 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/PeriodicCounter.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/counter/PeriodicCounter.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule.counter; @@ -36,9 +36,11 @@ /** * {@link Counter} which counts requests on a given period. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class PeriodicCounter extends Counter { /** The counter value. */ @@ -55,7 +57,7 @@ public class PeriodicCounter extends Counter { /** * Constructor. - * + * * @param period * The period associated to the counter. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/CountingPolicy.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/CountingPolicy.java index e268e8e23a..29ecd790de 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/CountingPolicy.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/CountingPolicy.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule.policy; @@ -30,14 +30,16 @@ /** * A {@link CountingPolicy} extracts a value from a {@link Request} that will be * associated to a {@link Counter}. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public abstract class CountingPolicy { /** * Returns the value to be counted from the given {@link Request}. - * + * * @param request * The request. * @return The counted value. diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/HostDomainCountingPolicy.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/HostDomainCountingPolicy.java index f1c97126a7..673a7d4c52 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/HostDomainCountingPolicy.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/HostDomainCountingPolicy.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule.policy; @@ -28,9 +28,11 @@ /** * Identifies requests by the host domain of the resource's reference. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class HostDomainCountingPolicy extends CountingPolicy { @Override diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/IpAddressCountingPolicy.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/IpAddressCountingPolicy.java index ead8a092e7..a083fae623 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/IpAddressCountingPolicy.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/IpAddressCountingPolicy.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule.policy; @@ -28,9 +28,11 @@ /** * Identifies requests by the public IP address of the client. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class IpAddressCountingPolicy extends CountingPolicy { @Override diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/UserCountingPolicy.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/UserCountingPolicy.java index cdaebb3763..3162017102 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/UserCountingPolicy.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/firewall/rule/policy/UserCountingPolicy.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.firewall.rule.policy; @@ -29,9 +29,11 @@ /** * Identifies requests by the identifier of the authenticated user (if any) or * by the client's public IP address. - * + * * @author Guillaume Blondeau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class UserCountingPolicy extends CountingPolicy { @Override diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/DocumentedApplication.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/DocumentedApplication.java index 9bc18d421e..e991d9897e 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/DocumentedApplication.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/DocumentedApplication.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection; @@ -30,16 +30,17 @@ /** * Completes an application for documentation purpose. - * + * * @author Cyprien Quilici - * + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public interface DocumentedApplication { /** * The sections of the Web API. * The key of the map is the section name and the value is the optional description. - * + * * @return The sections of the Web API. */ Map getSections(); diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/DocumentedResource.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/DocumentedResource.java index 5cb60c9a48..2377b5fbb5 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/DocumentedResource.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/DocumentedResource.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection; @@ -29,10 +29,11 @@ /** * Completes the documentation of a Resource so that introspection retrieves a * more complete description of the Web API. - * + * * @author Cyprien Quilici - * + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public interface DocumentedResource { /** List of sections that describe the resource. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/IntrospectionHelper.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/IntrospectionHelper.java index c726a761d8..36d9b8f42e 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/IntrospectionHelper.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/IntrospectionHelper.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection; @@ -36,12 +36,14 @@ /** * Describes the behavior of helpers used to enrich documentation of Web API * during introspection. Implementations should have an empty constructor. + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public interface IntrospectionHelper { /** * Completes the given {@link Definition} by introspecting the given class. - * + * * @param definition * The definition to complete. * @param applicationClass @@ -52,7 +54,7 @@ public interface IntrospectionHelper { /** * Completes the given {@link Resource} and {@link Operation} by * introspecting the given class of resource and method. - * + * * @param resource * The {@link Resource} to complete. * @param operation @@ -71,7 +73,7 @@ List> processOperation(Resource resource, Operation operation, /** * Completes the given {@link Property} by introspecting the given getter * method. - * + * * @param property * The {@link Property} to complete. * @param readMethod @@ -82,7 +84,7 @@ List> processOperation(Resource resource, Operation operation, /** * Completes the given {@link Representation} by introspecting the given * class of representation. - * + * * @param representation * The {@link Representation} to complete. * @param representationClass @@ -94,7 +96,7 @@ void processRepresentation(Representation representation, /** * Completes the given {@link Resource} by introspecting the given class of * resource. - * + * * @param resource * The {@link Resource} to complete. * @param resourceClass diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ApplicationIntrospector.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ApplicationIntrospector.java index 78df03086a..fc0128646d 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ApplicationIntrospector.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ApplicationIntrospector.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.application; @@ -46,9 +46,11 @@ /** * Publish the documentation of a Restlet-based Application to the Restlet Cloud * console. - * + * * @author Thierry Boileau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class ApplicationIntrospector extends IntrospectionUtils { /** Internal logger. */ @@ -96,7 +98,7 @@ private static void addEnpoints(Application application, Reference baseRef, /** * Returns an instance of what must be a subclass of * {@link org.restlet.Application}. Returns null in case of errors. - * + * * @param className * The name of the application class. * @return An instance of what must be a subclass of @@ -108,7 +110,7 @@ public static Application getApplication(String className) { /** * Constructor. - * + * * @param application * An application to introspect. */ @@ -120,13 +122,13 @@ public static Definition getDefinition(Application application) { * Returns a Restlet Cloud description of the current application. By default, * this method discovers all the resources attached to this application. It * can be overridden to add documentation, list of representations, etc. - * + * * @param application * An application to introspect. * @param component * An component to introspect in order to get extra details such * as the endpoint. - * + * * @return An application description. */ public static Definition getDefinition(Application application, diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/CollectInfo.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/CollectInfo.java index 50f5231ef7..c85fc13872 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/CollectInfo.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/CollectInfo.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.application; @@ -36,7 +36,9 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class CollectInfo { private Map representations = new HashMap<>(); @@ -59,7 +61,7 @@ public void addResource(Resource resource) { /** * Add scheme if it does not already exist - * + * * @param scheme * Scheme to add * @return true is the collection changed diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ComponentIntrospector.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ComponentIntrospector.java index afab6bdbb6..5895548b0c 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ComponentIntrospector.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ComponentIntrospector.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.application; @@ -41,9 +41,11 @@ /** * Publish the documentation of a Restlet-based Application to the Restlet Cloud * console. - * + * * @author Thierry Boileau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class ComponentIntrospector extends IntrospectionUtils { /** Internal logger. */ @@ -54,7 +56,7 @@ public class ComponentIntrospector extends IntrospectionUtils { /** * Returns an instance of what must be a subclass of * {@link org.restlet.Component}. Returns null in case of errors. - * + * * @param className * The name of the component class. * @return An instance of what must be a subclass of @@ -66,7 +68,7 @@ public static Component getComponent(String className) { /** * Returns the endpoint to which the application is attached. - * + * * @param virtualHost * The virtual host to which this application may be attached. * @param application @@ -129,7 +131,7 @@ public static Endpoint getEndpoint(VirtualHost virtualHost, /** * Returns the next application available. - * + * * @param current * The current Restlet to inspect. * @return The first application available. diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/RepresentationCollector.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/RepresentationCollector.java index 3bcf4b5015..9f4882ef5e 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/RepresentationCollector.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/RepresentationCollector.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -17,9 +17,9 @@ * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ + * https://restlet.talend.com * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.application; @@ -53,7 +53,9 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class RepresentationCollector { private static Logger LOGGER = Engine.getLogger(Introspector.class); diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ResourceCollector.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ResourceCollector.java index c2e4387af3..56468d96e8 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ResourceCollector.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/ResourceCollector.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.application; @@ -64,7 +64,9 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class ResourceCollector { /** Internal logger. */ @@ -176,7 +178,7 @@ public static void collectResource(CollectInfo collectInfo, /** * Automatically describes a method by discovering the resource's * annotations. - * + * */ private static void completeOperation(CollectInfo collectInfo, Operation operation, MethodAnnotationInfo mai, ServerResource sr, diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/RestletCollector.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/RestletCollector.java index 77393b6fe1..5afde79f69 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/RestletCollector.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/application/RestletCollector.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.application; @@ -41,7 +41,9 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class RestletCollector { /** Internal logger. */ @@ -83,7 +85,7 @@ private static void collectForFilter(CollectInfo collectInfo, /** * Completes the data available about a given Finder instance. - * + * * @param finder * The Finder instance to document. * @param introspectionHelper @@ -123,8 +125,8 @@ private static void collectForRoute(CollectInfo collectInfo, /** * Completes the list of ResourceInfo instances for the given Router * instance. - * - * + * + * * @param router * The router to document. * @param introspectionHelper diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/helper/SwaggerAnnotationIntrospectionHelper.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/helper/SwaggerAnnotationIntrospectionHelper.java index 06505b0e29..6245ee1d73 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/helper/SwaggerAnnotationIntrospectionHelper.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/helper/SwaggerAnnotationIntrospectionHelper.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.helper; @@ -47,9 +47,11 @@ /** * Fulfills API Definition from Swagger annotation 1.2. - * + * * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class SwaggerAnnotationIntrospectionHelper implements IntrospectionHelper { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/helper/SwaggerAnnotationUtils.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/helper/SwaggerAnnotationUtils.java index 650fcdcb1a..8751179b7c 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/helper/SwaggerAnnotationUtils.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/helper/SwaggerAnnotationUtils.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.helper; @@ -53,9 +53,11 @@ /** * Tools for Swagger annotations. - * + * * @author Manuel Boillod. + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class SwaggerAnnotationUtils { /** Internal logger. */ @@ -64,7 +66,7 @@ public class SwaggerAnnotationUtils { /** * Adds data from the {@link Api} annotation to the resource. - * + * * @param api * The {@link Api} annotation. * @param resource @@ -81,7 +83,7 @@ public static void processApi(Api api, Resource resource) { /** * Adds data from the {@link ApiImplicitParam} annotation to the operation. - * + * * @param apiImplicitParam * The {@link ApiImplicitParam} annotation. * @param operation @@ -107,7 +109,7 @@ public static void processApiImplicitParam( /** * Adds data from the {@link ApiImplicitParams} annotation to the operation. - * + * * @param apiImplicitParams * The {@link ApiImplicitParams} annotation. * @param operation @@ -122,7 +124,7 @@ public static void processApiImplicitParams( /** * Adds data from the {@link ApiModel} annotation to the representation. - * + * * @param apiModel * The {@link ApiModel} annotation. * @param representation @@ -145,7 +147,7 @@ public static void processApiModel(ApiModel apiModel, /** * Adds data from the {@link ApiModelProperty} annotation to the * representation property. - * + * * @param apiModelProperty * The {@link ApiModelProperty} annotation. * @param property @@ -167,7 +169,7 @@ public static void processApiModelProperty( /** * Adds data from the {@link ApiModelProperty} annotation to the operation. - * + * * @param apiOperation * The {@link com.wordnik.swagger.annotations.ApiOperation} annotation. * @param resource @@ -205,7 +207,7 @@ public static void processApiOperation(ApiOperation apiOperation, /** * Adds data from the {@link ApiResponse} annotation to the operation. - * + * * @param apiResponse * The {@link ApiResponse} annotation. * @param operation @@ -259,7 +261,7 @@ public boolean apply(Response response) { /** * Adds data from the {@link ApiResponses} annotation to the operation. - * + * * @param apiResponses * The {@link ApiResponses} annotation. * @param operation diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/jaxrs/JaxRsIntrospector.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/jaxrs/JaxRsIntrospector.java index be417f6ba6..c0e9476239 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/jaxrs/JaxRsIntrospector.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/jaxrs/JaxRsIntrospector.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -17,9 +17,9 @@ * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ + * https://restlet.talend.com * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.jaxrs; @@ -97,7 +97,9 @@ * console. * * @author Thierry Boileau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class JaxRsIntrospector extends IntrospectionUtils { private static class ClazzInfo { diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/JacksonUtils.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/JacksonUtils.java index 745753db08..5f57f59ef9 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/JacksonUtils.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/JacksonUtils.java @@ -16,6 +16,7 @@ import java.util.Locale; +@Deprecated public class JacksonUtils { public static JsonIgnoreProperties getJsonIgnoreProperties(Class clazz) { @@ -34,7 +35,10 @@ private static SerializationConfig getSerializationConfig() { null, StdDateFormat.instance, null, Locale.getDefault(), null, // to indicate "use Jackson default TimeZone" (UTC since Jackson 2.7) - Base64Variants.getDefaultVariant() // 2.1 + Base64Variants.getDefaultVariant(), // 2.1 + null, + null, + null ); BaseSettings base = DEFAULT_BASE.withClassIntrospector(new BasicClassIntrospector()); return new SerializationConfig(base, new StdSubtypeResolver(), mixins, new RootNameLookup(), new ConfigOverrides()); diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/TypeInfo.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/TypeInfo.java index 530f3bc74d..d161ab9e38 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/TypeInfo.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/TypeInfo.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.util; @@ -37,6 +37,7 @@ /** * @author Manuel Boillod */ +@Deprecated public class TypeInfo { private final Class clazz; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/Types.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/Types.java index 18bd5aaa4a..d6ff4e63bd 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/Types.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/Types.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.util; @@ -40,6 +40,7 @@ /** * @author Manuel Boillod */ +@Deprecated public abstract class Types { private static class TypeInfoKey { @@ -77,7 +78,7 @@ public int hashCode() { private static final List primitivesTypes = Arrays.asList("byte", "char", "short", "integer", "long", "float", "double", "boolean", "string", "date", "file"); - + private static final Map, String> primitiveTypesByClass; static { @@ -153,7 +154,7 @@ public static boolean isPrimitiveType(Class type) { || Date.class.isAssignableFrom(type) || Representation.class .isAssignableFrom(type)); } - + public static boolean isPrimitiveType(String typename) { return primitivesTypes.contains(typename); } diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/UnsupportedTypeException.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/UnsupportedTypeException.java index da4614fe93..824086f2d6 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/UnsupportedTypeException.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/introspection/util/UnsupportedTypeException.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.introspection.util; @@ -27,6 +27,7 @@ /** * @author Manuel Boillod */ +@Deprecated public class UnsupportedTypeException extends RuntimeException { private static final long serialVersionUID = 1L; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Contact.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Contact.java index f09e1fc281..b186788d59 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Contact.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Contact.java @@ -1,34 +1,36 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; /** * Represents the contact of the person responsible for the Web API - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Contact { /** The e-mail to use to join the contact of the Web API. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Contract.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Contract.java index ef35161bfc..4481949c30 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Contract.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Contract.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; @@ -33,9 +33,11 @@ /** * Represents the contract of a Web API. Contains the representations and * resources sorted in sections. - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Contract { /** Textual description of the API. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Definition.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Definition.java index 4f87e1411d..e49f13db3a 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Definition.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Definition.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; @@ -32,9 +32,11 @@ /** * Represents a Web API - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Definition { /** RWADef version of the definition */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Endpoint.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Endpoint.java index 824da69079..c5a8bf54af 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Endpoint.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Endpoint.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; @@ -30,9 +30,11 @@ /** * Represents a Web API endpoint. Declares the authentication protocol * associated - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Endpoint { /** Authentication protocol used for this endpoint */ @@ -40,7 +42,7 @@ public class Endpoint { /** * Base path for this endpoint. - * + * * Ex: http://example.com:8555/v1/admin => basePath = /v1/admin */ private String basePath; @@ -74,7 +76,7 @@ public Endpoint(String url) { } /** - * + * * @param domain * Domain of the endpoint * @param port diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Header.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Header.java index e834357dd9..47adfb88a4 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Header.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Header.java @@ -1,34 +1,36 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; /** * Represents an HTTP header. - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Header extends Parameter { /** diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/License.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/License.java index fd9b6c95be..a3d256ab1c 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/License.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/License.java @@ -1,35 +1,36 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; /** * Represents the license of the Web API - * + * * @author Cyprien Quilici - * + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class License { /** The name of the license */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Operation.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Operation.java index fd40992e8d..453bb5b650 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Operation.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Operation.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; @@ -32,9 +32,11 @@ /** * Represents an operation on a Web API resource. - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Operation { /** Mediatypes consumed by this operation */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Parameter.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Parameter.java index 2318307811..c44bef194b 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Parameter.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Parameter.java @@ -1,35 +1,37 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; /** * Represents a parameter, extended by Header and QueryParameter. - * - * + * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Parameter { /** Textual description of this parameter. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/PathVariable.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/PathVariable.java index 5a52161669..16e191ff21 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/PathVariable.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/PathVariable.java @@ -1,34 +1,36 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; /** * Represents a path variable. Associated to a Web API resource - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class PathVariable extends Parameter { /** diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/PayLoad.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/PayLoad.java index f1a43a4768..cdf32825ba 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/PayLoad.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/PayLoad.java @@ -1,34 +1,36 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; /** * Represents the entity sent in HTTP request/response body - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class PayLoad { /** diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Property.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Property.java index 090682d883..e57e85f632 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Property.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Property.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; @@ -33,9 +33,11 @@ /** * Represents a property of a Web API representation - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Property { /** diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/QueryParameter.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/QueryParameter.java index 8cd5935372..35a6138804 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/QueryParameter.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/QueryParameter.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; @@ -32,9 +32,11 @@ /** * Represents a query parameter. Associated to an operation. - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class QueryParameter extends Parameter { /** diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Representation.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Representation.java index 8e1c37b296..1d00f834a1 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Representation.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Representation.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; @@ -36,9 +36,11 @@ /** * Represents a Web API representation. - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Representation { /** Textual description of this representation. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Resource.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Resource.java index 94d643dd69..36488cba9b 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Resource.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Resource.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; @@ -33,9 +33,11 @@ /** * Represents a Web API resource - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Resource { /** Authentication protocol used for this resource */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Response.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Response.java index f04ea9d459..b7d3c1c825 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Response.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Response.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; @@ -34,9 +34,11 @@ /** * Represents a response sent by a Web API resource - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Response { /** Status code of the response. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Sample.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Sample.java index 6da0ac2bcf..22c2e07e11 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Sample.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Sample.java @@ -1,32 +1,34 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; /** * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Sample { } diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Section.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Section.java index 7639342f12..4f1c0cb3b0 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Section.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Section.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; @@ -27,9 +27,11 @@ /** * Represents a section of a Web API. A section is a logical part of the Web API * and should be used to tidy it. - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Section { /** Textual description of the API. */ diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Version.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Version.java index 0823733947..166c47513b 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Version.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/model/Version.java @@ -1,33 +1,35 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.model; /** - * + * * @author Cyprien Quilici + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class Version { } diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/reflect/ReflectUtils.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/reflect/ReflectUtils.java index 38dada335d..37de0215e1 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/reflect/ReflectUtils.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/reflect/ReflectUtils.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.reflect; @@ -37,9 +37,11 @@ /** * Handles Java reflection operations. - * + * * @author Thierry Boileau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class ReflectUtils { @SuppressWarnings("rawtypes") @@ -62,7 +64,7 @@ public static Field[] getAllDeclaredFields(Class type) { /** * Extracts the first segment of a path. Will retrieve "/pet" from * "/pet/{petId}" for example. - * + * * @param path * The path of which the segment will be extracted. * @return The first segment of the given path. @@ -111,7 +113,7 @@ public static Class getComponentClass(java.lang.reflect.Type type) { /** * TODO: need Javadocs - * + * * @param clazz * @return */ @@ -130,7 +132,7 @@ public static boolean isJdkClass(Class clazz) { /** * TODO: need Javadocs - * + * * @param type * @return */ @@ -141,7 +143,7 @@ public static boolean isListType(Class type) { /** * Returns a new instance of classname and check that it's assignable from * expected class - * + * * @param className * The class Name * @param instanceClazz @@ -176,7 +178,7 @@ public static T newInstance(String className, /** * Generates the name of the given parameter's type. - * + * * @param parameterType * the Java parameter's type. * @param genericParameterType @@ -204,7 +206,7 @@ public String buildParameterTypeName(Class parameterType, /** * Generates the name of the given type into the given StringBuilder. - * + * * @param type * The type. * @param sb diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/CliUtils.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/CliUtils.java index d1dba539b3..7bf190e29f 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/CliUtils.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/CliUtils.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.utils; @@ -28,7 +28,9 @@ /** * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class CliUtils { private final PrintStream o; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/IntrospectionUtils.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/IntrospectionUtils.java index d3d5312580..2b4efd5547 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/IntrospectionUtils.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/IntrospectionUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -17,9 +17,9 @@ * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ + * https://restlet.talend.com * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.utils; @@ -56,7 +56,9 @@ * Tools library. * * @author Thierry Boileau + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class IntrospectionUtils { public static List STRATEGIES = Arrays.asList("update", "replace"); diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/RestletChain.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/RestletChain.java index 9287eda99e..869956cfa4 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/RestletChain.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/RestletChain.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.utils; @@ -38,7 +38,9 @@ * Restlet last = restletChain.getLast(); * * @author Manuel Boillod + * @deprecated Will be removed in 2.5 release. */ +@Deprecated public class RestletChain { private Restlet first = null; diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/SampleUtils.java b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/SampleUtils.java index 968d423c0f..71959f6f4e 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/SampleUtils.java +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/internal/utils/SampleUtils.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at - * https://restlet.com/open-source/ - * - * Restlet is a registered trademark of Talend S.A. + * https://restlet.talend.com + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.platform.internal.utils; @@ -37,6 +37,10 @@ import org.restlet.ext.jackson.JacksonRepresentation; import org.restlet.service.MetadataService; +/** + * @deprecated Will be removed in 2.5 release. + */ +@Deprecated public class SampleUtils { private static final List supportedExtensions = Arrays.asList( diff --git a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/package.html b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/package.html index 57a40a36cf..fd5fe47e67 100644 --- a/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/package.html +++ b/modules/org.restlet.ext.platform/src/main/java/org/restlet/ext/platform/package.html @@ -4,6 +4,7 @@ This extension was previously named org.restlet.ext.apispark. +@deprecated Will be removed in 2.5 release. @since Restlet 2.3 @see Restlet Cloud platform for Web APIs, by Restlet diff --git a/modules/org.restlet.ext.raml/pom.xml b/modules/org.restlet.ext.raml/pom.xml index 65e1037d52..97656078fb 100644 --- a/modules/org.restlet.ext.raml/pom.xml +++ b/modules/org.restlet.ext.raml/pom.xml @@ -16,86 +16,61 @@ org.slf4j slf4j-api - ${lib-slf4j-version} - org.raml raml-parser - ${lib-raml-version} - com.fasterxml.jackson.core jackson-core - ${lib-jackson-version} - com.fasterxml.jackson.core jackson-annotations - ${lib-jackson-version} - com.fasterxml.jackson.core jackson-databind - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-csv - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-smile - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-xml - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-yaml - ${lib-jackson-version} - com.fasterxml.jackson.module jackson-module-jaxb-annotations - ${lib-jackson-version} - com.fasterxml.jackson.module jackson-module-jsonSchema - ${lib-jackson-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jackson 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.platform 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.raml/src/main/java/org/restlet/ext/raml/RamlApplication.java b/modules/org.restlet.ext.raml/src/main/java/org/restlet/ext/raml/RamlApplication.java index 34e1311c8e..dd74bd34ce 100644 --- a/modules/org.restlet.ext.raml/src/main/java/org/restlet/ext/raml/RamlApplication.java +++ b/modules/org.restlet.ext.raml/src/main/java/org/restlet/ext/raml/RamlApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.raml; diff --git a/modules/org.restlet.ext.raml/src/main/java/org/restlet/ext/raml/RamlSpecificationRestlet.java b/modules/org.restlet.ext.raml/src/main/java/org/restlet/ext/raml/RamlSpecificationRestlet.java index 84f8f83881..a7f5d81577 100644 --- a/modules/org.restlet.ext.raml/src/main/java/org/restlet/ext/raml/RamlSpecificationRestlet.java +++ b/modules/org.restlet.ext.raml/src/main/java/org/restlet/ext/raml/RamlSpecificationRestlet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.raml; diff --git a/modules/org.restlet.ext.rdf/pom.xml b/modules/org.restlet.ext.rdf/pom.xml index a4a0d571a4..0aadcc6676 100644 --- a/modules/org.restlet.ext.rdf/pom.xml +++ b/modules/org.restlet.ext.rdf/pom.xml @@ -17,13 +17,11 @@ org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.xml 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Couple.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Couple.java index e907e708dd..74162a61bc 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Couple.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Couple.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Graph.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Graph.java index 184c62a393..e5119a0d68 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Graph.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Graph.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/GraphBuilder.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/GraphBuilder.java index 497a40db9f..b061e739ca 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/GraphBuilder.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/GraphBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/GraphHandler.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/GraphHandler.java index b53bb5502f..757be311b8 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/GraphHandler.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/GraphHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Link.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Link.java index 2fc7fdc432..3325764e24 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Link.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Link.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Literal.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Literal.java index 42d0bc819c..68a40cc43d 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Literal.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Literal.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfClientResource.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfClientResource.java index d2b5c00af2..b5331b186e 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfClientResource.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfClientResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfConverter.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfConverter.java index 0816a6c3e7..e94a1ba6b2 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfConverter.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfRepresentation.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfRepresentation.java index 164639ccaa..69398b02a1 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfRepresentation.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/RdfRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Triple.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Triple.java index 0ac54b3beb..5d1a1ac41d 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Triple.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/Triple.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/RdfConstants.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/RdfConstants.java index 60ea1b4eb3..7d85c28f25 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/RdfConstants.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/RdfConstants.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/RdfReader.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/RdfReader.java index ff0d2739bb..ea9b1dcdf6 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/RdfReader.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/RdfReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/FormulaToken.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/FormulaToken.java index fd0769822b..31160ac1fc 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/FormulaToken.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/FormulaToken.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.n3; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/RdfN3Reader.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/RdfN3Reader.java index 49effc817a..4f81b90397 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/RdfN3Reader.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/RdfN3Reader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.n3; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/RdfN3Writer.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/RdfN3Writer.java index 517b9631d5..37459eb02c 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/RdfN3Writer.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/n3/RdfN3Writer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.n3; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/ntriples/RdfNTriplesReader.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/ntriples/RdfNTriplesReader.java index a4211c6b7a..e1fe34d918 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/ntriples/RdfNTriplesReader.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/ntriples/RdfNTriplesReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.ntriples; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/ntriples/RdfNTriplesWriter.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/ntriples/RdfNTriplesWriter.java index c7c7d1655f..f0514b93c8 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/ntriples/RdfNTriplesWriter.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/ntriples/RdfNTriplesWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.ntriples; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/BlankNodeToken.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/BlankNodeToken.java index e3d78f38bf..95dcaafdd6 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/BlankNodeToken.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/BlankNodeToken.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.turtle; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/Context.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/Context.java index 8a2876bae3..9b2dfbb27f 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/Context.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/Context.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.turtle; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/LexicalUnit.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/LexicalUnit.java index ee59920a0c..f43b27864b 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/LexicalUnit.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/LexicalUnit.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.turtle; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/ListToken.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/ListToken.java index aa274657b2..4771bc6c3b 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/ListToken.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/ListToken.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.turtle; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/RdfTurtleReader.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/RdfTurtleReader.java index 2dea7951bb..0b3ae1e77c 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/RdfTurtleReader.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/RdfTurtleReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.turtle; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/RdfTurtleWriter.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/RdfTurtleWriter.java index 98c93312b7..93248de483 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/RdfTurtleWriter.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/RdfTurtleWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.turtle; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/StringToken.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/StringToken.java index f9f2e28d3e..f64297c379 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/StringToken.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/StringToken.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.turtle; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/Token.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/Token.java index b5bfb96209..bd560043bb 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/Token.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/Token.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.turtle; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/UriToken.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/UriToken.java index 47e645a6ad..d29f6b7489 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/UriToken.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/turtle/UriToken.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.turtle; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/ContentReader.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/ContentReader.java index 8ad9b636c8..6ff1040bab 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/ContentReader.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/ContentReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.xml; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/RdfXmlReader.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/RdfXmlReader.java index 515705d09f..42ef5c9472 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/RdfXmlReader.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/RdfXmlReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.xml; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/RdfXmlWriter.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/RdfXmlWriter.java index 3158afe4b9..a4f8655b3e 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/RdfXmlWriter.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/RdfXmlWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.xml; diff --git a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/ScopedProperty.java b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/ScopedProperty.java index 6df22e1cc9..043fd71f23 100644 --- a/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/ScopedProperty.java +++ b/modules/org.restlet.ext.rdf/src/main/java/org/restlet/ext/rdf/internal/xml/ScopedProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.rdf.internal.xml; diff --git a/modules/org.restlet.ext.servlet/pom.xml b/modules/org.restlet.ext.servlet/pom.xml index 9733e182c4..eeba43bc0c 100644 --- a/modules/org.restlet.ext.servlet/pom.xml +++ b/modules/org.restlet.ext.servlet/pom.xml @@ -16,20 +16,17 @@ javax.servlet javax.servlet-api - ${lib-servlet-version} provided org.restlet.dev org.restlet.ext.osgi 2.4-SNAPSHOT - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ApplicationServlet.java b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ApplicationServlet.java index bf1c9939db..38801b6d32 100644 --- a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ApplicationServlet.java +++ b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ApplicationServlet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.servlet; diff --git a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/RestletServletService.java b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/RestletServletService.java index a6c8ee543b..72d03fb6d5 100644 --- a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/RestletServletService.java +++ b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/RestletServletService.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.servlet; diff --git a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServerServlet.java b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServerServlet.java index 42639cef26..1de6f8b058 100644 --- a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServerServlet.java +++ b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServerServlet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.servlet; diff --git a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServletAdapter.java b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServletAdapter.java index 599b077147..b54cc35fe1 100644 --- a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServletAdapter.java +++ b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServletAdapter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.servlet; diff --git a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServletUtils.java b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServletUtils.java index 893a5d71f9..d51a0cb34d 100644 --- a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServletUtils.java +++ b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/ServletUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.servlet; diff --git a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletCall.java b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletCall.java index 6e288773c5..d636b82080 100644 --- a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletCall.java +++ b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletCall.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.servlet.internal; diff --git a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletLogger.java b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletLogger.java index f7d68101c5..bab690c7bc 100644 --- a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletLogger.java +++ b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletLogger.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.servlet.internal; diff --git a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletServerAdapter.java b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletServerAdapter.java index d873e8d65b..af2c748549 100644 --- a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletServerAdapter.java +++ b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletServerAdapter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.servlet.internal; diff --git a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarClient.java b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarClient.java index a017d00160..bea9e4f6ff 100644 --- a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarClient.java +++ b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.servlet.internal; diff --git a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarClientHelper.java b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarClientHelper.java index 1e8d401fb2..77d78cd551 100644 --- a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarClientHelper.java +++ b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarClientHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.servlet.internal; diff --git a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarEntity.java b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarEntity.java index 7b1e0bff36..c9cebe04c9 100644 --- a/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarEntity.java +++ b/modules/org.restlet.ext.servlet/src/main/java/org/restlet/ext/servlet/internal/ServletWarEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.servlet.internal; diff --git a/modules/org.restlet.ext.simple/pom.xml b/modules/org.restlet.ext.simple/pom.xml index 66f9a28d41..9a0ef52d03 100644 --- a/modules/org.restlet.ext.simple/pom.xml +++ b/modules/org.restlet.ext.simple/pom.xml @@ -16,14 +16,11 @@ org.simpleframework simple - ${lib-simple-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/HttpServerHelper.java b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/HttpServerHelper.java index b1362e8418..4af556f44e 100644 --- a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/HttpServerHelper.java +++ b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/HttpServerHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.simple; diff --git a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/HttpsServerHelper.java b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/HttpsServerHelper.java index 58c06a6545..d2ba6b4d68 100644 --- a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/HttpsServerHelper.java +++ b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/HttpsServerHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.simple; diff --git a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/SimpleServerHelper.java b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/SimpleServerHelper.java index 4801369db6..ce520ff1c0 100644 --- a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/SimpleServerHelper.java +++ b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/SimpleServerHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.simple; diff --git a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleCall.java b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleCall.java index 850d72faff..42b2e26d3d 100644 --- a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleCall.java +++ b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleCall.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.simple.internal; diff --git a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleContainer.java b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleContainer.java index 99c3056697..497b82b811 100644 --- a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleContainer.java +++ b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleContainer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.simple.internal; diff --git a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleServer.java b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleServer.java index af8a34c65b..70af37ea8f 100644 --- a/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleServer.java +++ b/modules/org.restlet.ext.simple/src/main/java/org/restlet/ext/simple/internal/SimpleServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.simple.internal; diff --git a/modules/org.restlet.ext.slf4j/pom.xml b/modules/org.restlet.ext.slf4j/pom.xml index 991b7c9125..58a335c64a 100644 --- a/modules/org.restlet.ext.slf4j/pom.xml +++ b/modules/org.restlet.ext.slf4j/pom.xml @@ -16,14 +16,11 @@ org.slf4j slf4j-api - ${lib-slf4j-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.slf4j/src/main/java/org/restlet/ext/slf4j/Slf4jLogger.java b/modules/org.restlet.ext.slf4j/src/main/java/org/restlet/ext/slf4j/Slf4jLogger.java index 6797151a10..1f4479f6ad 100644 --- a/modules/org.restlet.ext.slf4j/src/main/java/org/restlet/ext/slf4j/Slf4jLogger.java +++ b/modules/org.restlet.ext.slf4j/src/main/java/org/restlet/ext/slf4j/Slf4jLogger.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.slf4j; diff --git a/modules/org.restlet.ext.slf4j/src/main/java/org/restlet/ext/slf4j/Slf4jLoggerFacade.java b/modules/org.restlet.ext.slf4j/src/main/java/org/restlet/ext/slf4j/Slf4jLoggerFacade.java index f039fd3055..b0b3636d27 100644 --- a/modules/org.restlet.ext.slf4j/src/main/java/org/restlet/ext/slf4j/Slf4jLoggerFacade.java +++ b/modules/org.restlet.ext.slf4j/src/main/java/org/restlet/ext/slf4j/Slf4jLoggerFacade.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.slf4j; diff --git a/modules/org.restlet.ext.spring/pom.xml b/modules/org.restlet.ext.spring/pom.xml index 82d49e852b..dad4bcaff5 100644 --- a/modules/org.restlet.ext.spring/pom.xml +++ b/modules/org.restlet.ext.spring/pom.xml @@ -16,69 +16,49 @@ cglib cglib-nodep - ${lib-cglib-version} - commons-logging commons-logging - ${lib-logging-version} - org.springframework spring-beans - ${lib-spring-version} - org.springframework spring-context - ${lib-spring-version} - org.springframework spring-core - ${lib-spring-version} - org.springframework spring-expression - ${lib-spring-version} - org.springframework spring-web - ${lib-spring-version} - org.springframework spring-webmvc - ${lib-spring-version} - javax.servlet javax.servlet-api - ${lib-servlet-version} provided - org.restlet.dev org.restlet.ext.servlet 2.4-SNAPSHOT - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/RestletFrameworkServlet.java b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/RestletFrameworkServlet.java index 3e62de811a..357c74e2e9 100644 --- a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/RestletFrameworkServlet.java +++ b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/RestletFrameworkServlet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.spring; diff --git a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringBeanFinder.java b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringBeanFinder.java index c4cb135e32..c3e58e6742 100644 --- a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringBeanFinder.java +++ b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringBeanFinder.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.spring; diff --git a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringBeanRouter.java b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringBeanRouter.java index f539512810..4479bf5c97 100644 --- a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringBeanRouter.java +++ b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringBeanRouter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.spring; diff --git a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringComponent.java b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringComponent.java index e1ef2a5836..2393fb66cb 100644 --- a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringComponent.java +++ b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringComponent.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.spring; diff --git a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringContext.java b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringContext.java index e1b75e6de3..233ff4fc6f 100644 --- a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringContext.java +++ b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.spring; diff --git a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringFinder.java b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringFinder.java index af0828097c..42142154e5 100644 --- a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringFinder.java +++ b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringFinder.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.spring; diff --git a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringHost.java b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringHost.java index ceb8a06c97..f76cab22c0 100644 --- a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringHost.java +++ b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringHost.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.spring; diff --git a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringResource.java b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringResource.java index bacbf8ad12..9cf50e0ef1 100644 --- a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringResource.java +++ b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.spring; diff --git a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringRouter.java b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringRouter.java index baa2b6313d..e96abff52e 100644 --- a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringRouter.java +++ b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringRouter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.spring; diff --git a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringServer.java b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringServer.java index 9166c174a2..9f6105167f 100644 --- a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringServer.java +++ b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.spring; diff --git a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringServerServlet.java b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringServerServlet.java index 2908191676..7dd85529a0 100644 --- a/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringServerServlet.java +++ b/modules/org.restlet.ext.spring/src/main/java/org/restlet/ext/spring/SpringServerServlet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.spring; diff --git a/modules/org.restlet.ext.swagger/pom.xml b/modules/org.restlet.ext.swagger/pom.xml index 7646152cac..1acd700b5f 100644 --- a/modules/org.restlet.ext.swagger/pom.xml +++ b/modules/org.restlet.ext.swagger/pom.xml @@ -16,110 +16,78 @@ org.scala-lang scala-library - ${lib-scala-version} - org.scala-lang scalap - ${lib-scala-version} - org.slf4j slf4j-api - ${lib-slf4j-version} - com.wordnik swagger-models - ${lib-swagger-version} - javax.ws.rs javax.ws.rs-api - ${lib-jaxrs-api-version} - com.fasterxml.jackson.core jackson-core - ${lib-jackson-version} - com.fasterxml.jackson.core jackson-annotations - ${lib-jackson-version} - com.fasterxml.jackson.core jackson-databind - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-csv - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-smile - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-xml - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-yaml - ${lib-jackson-version} - com.fasterxml.jackson.module jackson-module-jaxb-annotations - ${lib-jackson-version} - com.fasterxml.jackson.module jackson-module-jsonSchema - ${lib-jackson-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jackson 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jaxrs 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.platform 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/JaxRsApplicationSwagger2SpecificationRestlet.java b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/JaxRsApplicationSwagger2SpecificationRestlet.java index a949132bcf..c5b4e444ac 100644 --- a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/JaxRsApplicationSwagger2SpecificationRestlet.java +++ b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/JaxRsApplicationSwagger2SpecificationRestlet.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ - * - * Restlet is a registered trademark of Talend S.A. + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.swagger; @@ -52,30 +52,32 @@ * By default it instrospects the JaxRs Application classes and singletons.
      * Use the {@link org.restlet.ext.swagger.SwaggerSpecificationRestlet} restlet * for Restlet applications. - * + * *

      * Usage example (in an {@link org.restlet.Application} class): - * + * *

        * new Swagger2SpecificationRestlet(this).attach(baseRouter);
        * 
      - * + * * or - * + * *
        * JaxRsApplicationSwagger2SpecificationRestlet jaxrsSwagger2SpecificationRestlet = new JaxRsApplicationSwagger2SpecificationRestlet(this); // this is the current Application
        * jaxrsSwagger2SpecificationRestlet.setBasePath("http://myapp.com/api/v1");
        * jaxrsSwagger2SpecificationRestlet.attach(baseRouter);
        * 
      - * + * *

      - * + * * @author Manuel Boillod * @see Swagger UI (github) * @see Petstore sample * application of Swagger-UI * @see Swagger.io website + * @deprecated Will be replaced by an OAS extension in 2.5 release. */ +@Deprecated public class JaxRsApplicationSwagger2SpecificationRestlet extends Restlet { /** The version of the API. */ @@ -101,7 +103,7 @@ public class JaxRsApplicationSwagger2SpecificationRestlet extends Restlet { /** * Constructor.
      - * + * * @param application * The application to describe. */ @@ -111,7 +113,7 @@ public JaxRsApplicationSwagger2SpecificationRestlet(Application application) { /** * Constructor.
      - * + * * @param context * The context. * @param application @@ -126,10 +128,10 @@ public JaxRsApplicationSwagger2SpecificationRestlet(Context context, /** * Defines one route (by default "/swagger.json") for serving the * application specification. - * + * * @param router * The router on which defining the new route. - * + * * @see #attach(org.restlet.routing.Router, String) to attach it with a * custom path */ @@ -140,12 +142,12 @@ public void attach(Router router) { /** * Defines one route (by default "/swagger.json") for serving the * application specification. - * + * * @param router * The router on which defining the new route. * @param path * The root path of the documentation Restlet. - * + * * @see #attach(org.restlet.routing.Router) to attach it with the default * path */ @@ -155,7 +157,7 @@ public void attach(Router router, String path) { /** * Returns the API's version. - * + * * @return The API's version. */ public String getApiVersion() { @@ -164,7 +166,7 @@ public String getApiVersion() { /** * Returns the base path of the API. - * + * * @return The base path of the API. */ public String getBasePath() { @@ -173,7 +175,7 @@ public String getBasePath() { /** * Returns the application's definition. - * + * * @return The application's definition. */ private synchronized Definition getDefinition() { @@ -194,7 +196,7 @@ private synchronized Definition getDefinition() { /** * Returns the representation of the whole resource listing of the * Application. - * + * * @return The representation of the whole resource listing of the * Application. */ @@ -213,7 +215,7 @@ public Representation getSwagger() { /** * Returns the version of the Swagger specification. Default is * {@link Swagger2Writer#SWAGGER_VERSION} - * + * * @return The version of the Swagger specification. */ public String getSwaggerVersion() { @@ -234,7 +236,7 @@ public void handle(Request request, Response response) { /** * Sets the API's version. - * + * * @param apiVersion * The API version. */ @@ -244,7 +246,7 @@ public void setApiVersion(String apiVersion) { /** * Sets the root Restlet for the given application. - * + * * @param application * The application. */ @@ -254,7 +256,7 @@ public void setApplication(Application application) { /** * Sets the base path of the API. - * + * * @param basePath * The base path of the API */ @@ -266,7 +268,7 @@ public void setBasePath(String basePath) { /** * Sets the version of the Swagger specification. - * + * * @param swaggerVersion * The version of the Swagger specification. */ diff --git a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/JaxRsApplicationSwaggerSpecificationRestlet.java b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/JaxRsApplicationSwaggerSpecificationRestlet.java index 5ae9f05535..53db35d5ab 100644 --- a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/JaxRsApplicationSwaggerSpecificationRestlet.java +++ b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/JaxRsApplicationSwaggerSpecificationRestlet.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ - * - * Restlet is a registered trademark of Talend S.A. + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.swagger; @@ -52,25 +52,27 @@ * By default it instrospects the JaxRs Application classes and singletons.
      * Use the {@link org.restlet.ext.swagger.SwaggerSpecificationRestlet} restlet * for Restlet applications. - * + * *

      * Usage example: - * + * *

        * JaxRsApplicationSwaggerSpecificationRestlet jaxrsSwaggerSpecificationRestlet = new JaxRsApplicationSwaggerSpecificationRestlet(this); // this is the current Application
        * jaxrsSwaggerSpecificationRestlet.setBasePath("http://myapp.com/api/v1");
        * jaxrsSwaggerSpecificationRestlet.attach(baseRouter);
        * 
      - * + * *

      - * + * * @author Thierry Boileau * @see Swagger UI (github) * @see Petstore sample * application of Swagger-UI * @see Swagger Developper * page + * @deprecated Will be replaced by an OAS extension in 2.5 release. */ +@Deprecated public class JaxRsApplicationSwaggerSpecificationRestlet extends Restlet { /** The version of the API. */ @@ -96,7 +98,7 @@ public class JaxRsApplicationSwaggerSpecificationRestlet extends Restlet { /** * Constructor.
      - * + * * @param application * The application to describe. */ @@ -106,7 +108,7 @@ public JaxRsApplicationSwaggerSpecificationRestlet(Application application) { /** * Constructor.
      - * + * * @param context * The context. * @param application @@ -123,10 +125,10 @@ public JaxRsApplicationSwaggerSpecificationRestlet(Context context, * "/api-docs"), and the other one for the "API declaration". The second * route is a sub-resource of the first one, defined with the path variable * "resource" (ie "/api-docs/{resource}"). - * + * * @param router * The router on which defining the new route. - * + * * @see #attach(org.restlet.routing.Router, String) to attach it with a * custom path */ @@ -138,12 +140,12 @@ public void attach(Router router) { * Defines two routes, one for the high level "Resource listing", and the * other one for the "API declaration". The second route is a sub-resource * of the first one, defined with the path variable "resource". - * + * * @param router * The router on which defining the new route. * @param path * The root path of the documentation Restlet. - * + * * @see #attach(org.restlet.routing.Router) to attach it with the default * path */ @@ -155,7 +157,7 @@ public void attach(Router router, String path) { /** * Returns the Swagger documentation of a given resource, also known as * "API Declaration" in Swagger vocabulary. - * + * * @param category * The category of the resource to describe. * @return The representation of the API declaration. @@ -168,7 +170,7 @@ public Representation getApiDeclaration(String category) { /** * Returns the API's version. - * + * * @return The API's version. */ public String getApiVersion() { @@ -177,7 +179,7 @@ public String getApiVersion() { /** * Returns the base path of the API. - * + * * @return The base path of the API. */ public String getBasePath() { @@ -186,7 +188,7 @@ public String getBasePath() { /** * Returns the application's definition. - * + * * @return The application's definition. */ private synchronized Definition getDefinition() { @@ -208,7 +210,7 @@ private synchronized Definition getDefinition() { /** * Returns the representation of the whole resource listing of the * Application. - * + * * @return The representation of the whole resource listing of the * Application. */ @@ -221,7 +223,7 @@ public Representation getResourceListing() { /** * Returns the version of the Swagger specification. Default is * {@link SwaggerWriter#SWAGGER_VERSION} - * + * * @return The version of the Swagger specification. */ public String getSwaggerVersion() { @@ -248,7 +250,7 @@ public void handle(Request request, Response response) { /** * Sets the root Restlet for the given application. - * + * * @param application * The application. */ @@ -258,7 +260,7 @@ public void setApiInboundRoot(Application application) { /** * Sets the API's version. - * + * * @param apiVersion * The API version. */ @@ -268,7 +270,7 @@ public void setApiVersion(String apiVersion) { /** * Sets the root Restlet for the given application. - * + * * @param application * The application */ @@ -278,7 +280,7 @@ public void setApplication(Application application) { /** * Sets the base path of the API. - * + * * @param basePath * The base path of the API */ @@ -290,7 +292,7 @@ public void setBasePath(String basePath) { /** * Sets the version of the Swagger specification. - * + * * @param swaggerVersion * The version of the Swagger specification. */ diff --git a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/Swagger2SpecificationRestlet.java b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/Swagger2SpecificationRestlet.java index 7135f2e223..2346a207c6 100644 --- a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/Swagger2SpecificationRestlet.java +++ b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/Swagger2SpecificationRestlet.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ - * - * Restlet is a registered trademark of Talend S.A. + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.swagger; @@ -52,30 +52,32 @@ * restlet.
      * Use the {@link JaxRsApplicationSwagger2SpecificationRestlet} restlet for * Jax-RS applications. - * + * *

      * Usage example (in an {@link Application} class): - * + * *

        * new Swagger2SpecificationRestlet(this).attach(baseRouter);
        * 
      - * + * * or - * + * *
        * Swagger2SpecificationRestlet swagger2SpecificationRestlet = new Swagger2SpecificationRestlet(this); // this is the current Application
        * swagger2SpecificationRestlet.setBasePath("http://myapp.com/api/v1");
        * swagger2SpecificationRestlet.attach(baseRouter);
        * 
      - * + * *

      - * + * * @author Manuel Boillod * @see Swagger UI (github) * @see Petstore sample * application of Swagger-UI * @see Swagger.io website + * @deprecated Will be replaced by an OAS extension in 2.5 release. */ +@Deprecated public class Swagger2SpecificationRestlet extends Restlet { /** The version of the API. */ @@ -101,7 +103,7 @@ public class Swagger2SpecificationRestlet extends Restlet { /** * Constructor.
      - * + * * @param application * The application to describe. */ @@ -113,10 +115,10 @@ public Swagger2SpecificationRestlet(Application application) { /** * Defines one route (by default "/swagger.json") for serving the * application specification. - * + * * @param router * The router on which defining the new route. - * + * * @see #attach(org.restlet.routing.Router, String) to attach it with a * custom path */ @@ -127,12 +129,12 @@ public void attach(Router router) { /** * Defines one route (by default "/swagger.json") for serving the * application specification. - * + * * @param router * The router on which defining the new route. * @param path * The root path of the documentation Restlet. - * + * * @see #attach(org.restlet.routing.Router) to attach it with the default * path */ @@ -142,7 +144,7 @@ public void attach(Router router, String path) { /** * Returns the API's version. - * + * * @return The API's version. */ public String getApiVersion() { @@ -151,7 +153,7 @@ public String getApiVersion() { /** * Returns the base path of the API. - * + * * @return The base path of the API. */ public String getBasePath() { @@ -160,7 +162,7 @@ public String getBasePath() { /** * Returns the application's definition. - * + * * @return The application's definition. */ private synchronized Definition getDefinition() { @@ -181,7 +183,7 @@ private synchronized Definition getDefinition() { /** * Returns the representation of the whole resource listing of the * Application. - * + * * @return The representation of the whole resource listing of the * Application. */ @@ -200,7 +202,7 @@ public Representation getSwagger() { /** * Returns the version of the Swagger specification. Default is * {@link Swagger2Writer#SWAGGER_VERSION} - * + * * @return The version of the Swagger specification. */ public String getSwaggerVersion() { @@ -221,7 +223,7 @@ public void handle(Request request, Response response) { /** * Sets the API's version. - * + * * @param apiVersion * The API version. */ @@ -231,7 +233,7 @@ public void setApiVersion(String apiVersion) { /** * Sets the root Restlet for the given application. - * + * * @param application * The application. */ @@ -241,7 +243,7 @@ public void setApplication(Application application) { /** * Sets the base path of the API. - * + * * @param basePath * The base path of the API */ @@ -253,7 +255,7 @@ public void setBasePath(String basePath) { /** * Sets the version of the Swagger specification. - * + * * @param swaggerVersion * The version of the Swagger specification. */ diff --git a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/SwaggerApplication.java b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/SwaggerApplication.java index dd42af0457..b488de757b 100644 --- a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/SwaggerApplication.java +++ b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/SwaggerApplication.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ - * - * Restlet is a registered trademark of Talend S.A. + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.swagger; @@ -49,21 +49,23 @@ * the endpoints ("/api-docs", and "/api-docs/{resource}") required by Swagger * specification. You can override this behavior by using the * SwaggerApplication#attachSwagger* methods
      - * + * * By default, both descriptions are generated by introspecting the application * itself. You can override this behavior by specifying your own implementation * of {@link SwaggerSpecificationRestlet}. - * + * * @author Thierry Boileau * @see SwaggerSpecificationRestlet * @see Swagger2SpecificationRestlet + * @deprecated Will be replaced by an OAS extension in 2.5 release. */ +@Deprecated public class SwaggerApplication extends Application implements DocumentedApplication { /** * Returns the next router available. - * + * * @param current * The current Restlet to inspect. * @return The first router available. @@ -83,7 +85,7 @@ private static Router getNextRouter(Restlet current) { * Indicates if the given {@link Restlet} provides a * {@link SwaggerSpecificationRestlet} able to generate Swagger * documentation. - * + * * @param current * The current Restlet to inspect. * @return True if the given {@link Restlet} provides a @@ -123,7 +125,7 @@ private static boolean isDocumented(Restlet current) { * Defines two routes, one for the high level "Resource listing", and the * other one for the "API declaration". The second route is a sub-resource * of the first one, defined with the path variable "resource". - * + * * @param router * The router on which defining the new route. * @param resourceListingPath @@ -151,10 +153,10 @@ public void attachSwaggerDocumentationRestlets(Router router, * "/api-docs"), and the other one for the "API declaration". The second * route is a sub-resource of the first one, defined with the path variable * "resource" (ie "/api-docs/{resource}"). - * + * * @param router * The router on which defining the new route. - * + * * @see #attachSwaggerSpecificationRestlet(org.restlet.routing.Router, * String) to attach it with a custom path */ @@ -167,12 +169,12 @@ public void attachSwaggerSpecificationRestlet(Router router) { * Defines two routes, one for the high level "Resource listing", and the * other one for the "API declaration". The second route is a sub-resource * of the first one, defined with the path variable "resource". - * + * * @param router * The router on which defining the new route. * @param path * The root path of the documentation Restlet. - * + * * @see #attachSwaggerSpecificationRestlet(org.restlet.routing.Router) to * attach it with the default path */ @@ -215,7 +217,7 @@ public Map getSections() { /** * The dedicated {@link Restlet} able to generate the Swagger specification * formats. - * + * * @return The {@link Restlet} able to generate the Swagger specification * formats. */ diff --git a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/SwaggerSpecificationRestlet.java b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/SwaggerSpecificationRestlet.java index a3b0835d17..1b0114d301 100644 --- a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/SwaggerSpecificationRestlet.java +++ b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/SwaggerSpecificationRestlet.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ - * - * Restlet is a registered trademark of Talend S.A. + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.swagger; @@ -52,26 +52,28 @@ * restlet.
      * Use the {@link JaxRsApplicationSwaggerSpecificationRestlet} restlet for * Jax-RS applications. - * + * *

      * Usage example: - * + * *

        * // this is the current Application
        * SwaggerSpecificationRestlet swaggerSpecificationRestlet = new SwaggerSpecificationRestlet(this);
        * swaggerSpecificationRestlet.setBasePath("http://myapp.com/api/v1");
        * swaggerSpecificationRestlet.attach(baseRouter);
        * 
      - * + * *

      - * + * * @author Thierry Boileau * @see Swagger UI (github) * @see Petstore sample * application of Swagger-UI * @see Swagger Developper * page + * @deprecated Will be replaced by an OAS extension in 2.5 release. */ +@Deprecated public class SwaggerSpecificationRestlet extends Restlet { /** The version of the API. */ @@ -114,7 +116,7 @@ public SwaggerSpecificationRestlet(Application application) { /** * Constructor.
      - * + * * @param context * The context. */ @@ -127,10 +129,10 @@ public SwaggerSpecificationRestlet(Context context) { * "/api-docs"), and the other one for the "API declaration". The second * route is a sub-resource of the first one, defined with the path variable * "resource" (ie "/api-docs/{resource}"). - * + * * @param router * The router on which defining the new route. - * + * * @see #attach(org.restlet.routing.Router, String) to attach it with a * custom path */ @@ -142,12 +144,12 @@ public void attach(Router router) { * Defines two routes, one for the high level "Resource listing", and the * other one for the "API declaration". The second route is a sub-resource * of the first one, defined with the path variable "resource". - * + * * @param router * The router on which defining the new route. * @param path * The root path of the documentation Restlet. - * + * * @see #attach(org.restlet.routing.Router) to attach it with the default * path */ @@ -159,7 +161,7 @@ public void attach(Router router, String path) { /** * Returns the Swagger documentation of a given resource, also known as * "API Declaration" in Swagger vocabulary. - * + * * @param category * The category of the resource to describe. * @return The representation of the API declaration. @@ -172,7 +174,7 @@ public Representation getApiDeclaration(String category) { /** * Returns the API's version. - * + * * @return The API's version. */ public String getApiVersion() { @@ -181,7 +183,7 @@ public String getApiVersion() { /** * Returns the base path of the API. - * + * * @return The base path of the API. */ public String getBasePath() { @@ -190,7 +192,7 @@ public String getBasePath() { /** * Returns the application's definition. - * + * * @return The application's definition. */ private synchronized Definition getDefinition() { @@ -212,7 +214,7 @@ private synchronized Definition getDefinition() { /** * Returns the representation of the whole resource listing of the * Application. - * + * * @return The representation of the whole resource listing of the * Application. */ @@ -225,7 +227,7 @@ public Representation getResourceListing() { /** * Returns the version of the Swagger specification. Default is * {@link SwaggerWriter#SWAGGER_VERSION} - * + * * @return The version of the Swagger specification. */ public String getSwaggerVersion() { @@ -252,7 +254,7 @@ public void handle(Request request, Response response) { /** * Sets the root Restlet for the given application. - * + * * @param application * The application. */ @@ -262,7 +264,7 @@ public void setApiInboundRoot(Application application) { /** * Sets the API's version. - * + * * @param apiVersion * The API version. */ @@ -272,7 +274,7 @@ public void setApiVersion(String apiVersion) { /** * Sets the root Restlet for the given application. - * + * * @param application * The application. */ @@ -282,7 +284,7 @@ public void setApplication(Application application) { /** * Sets the base path of the API. - * + * * @param basePath * The base path of the API */ @@ -294,7 +296,7 @@ public void setBasePath(String basePath) { /** * Sets the version of the Swagger specification. - * + * * @param swaggerVersion * The version of the Swagger specification. */ diff --git a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/package.html b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/package.html index 6339011098..7471a9a68f 100644 --- a/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/package.html +++ b/modules/org.restlet.ext.swagger/src/main/java/org/restlet/ext/swagger/package.html @@ -5,8 +5,9 @@ document following the Swagger format, which can be consumed by the Swagger HTML/JS user interface. +@deprecated Will be replaced by an OAS extension in 2.5 release. @since Restlet 2.2 @see Swagger framework @see User Guide - Swagger extension - \ No newline at end of file + diff --git a/modules/org.restlet.ext.thymeleaf/pom.xml b/modules/org.restlet.ext.thymeleaf/pom.xml index 6b7f054114..8147bd0ea2 100644 --- a/modules/org.restlet.ext.thymeleaf/pom.xml +++ b/modules/org.restlet.ext.thymeleaf/pom.xml @@ -16,14 +16,11 @@ org.thymeleaf thymeleaf - ${lib-thymeleaf-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/TemplateFilter.java b/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/TemplateFilter.java index e5a12625c0..7cd76c541f 100644 --- a/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/TemplateFilter.java +++ b/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/TemplateFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.thymeleaf; diff --git a/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/TemplateRepresentation.java b/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/TemplateRepresentation.java index 167c927658..57dc796d89 100644 --- a/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/TemplateRepresentation.java +++ b/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/TemplateRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.thymeleaf; diff --git a/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/ThymeleafConverter.java b/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/ThymeleafConverter.java index 6332315d7c..323bc596d9 100644 --- a/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/ThymeleafConverter.java +++ b/modules/org.restlet.ext.thymeleaf/src/main/java/org/restlet/ext/thymeleaf/ThymeleafConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.thymeleaf; diff --git a/modules/org.restlet.ext.velocity/pom.xml b/modules/org.restlet.ext.velocity/pom.xml index a9b145723b..3cba7121b4 100644 --- a/modules/org.restlet.ext.velocity/pom.xml +++ b/modules/org.restlet.ext.velocity/pom.xml @@ -16,26 +16,19 @@ commons-collections commons-collections - ${lib-commons-collections-version} - org.apache.commons commons-lang3 - ${lib-lang-version} - org.apache.velocity velocity-engine-core - ${lib-velocity-version} - org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/RepresentationResourceLoader.java b/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/RepresentationResourceLoader.java index b0062fe75b..887cb93d06 100644 --- a/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/RepresentationResourceLoader.java +++ b/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/RepresentationResourceLoader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.velocity; diff --git a/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/TemplateFilter.java b/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/TemplateFilter.java index 870c727e4a..d03b8ec8ef 100644 --- a/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/TemplateFilter.java +++ b/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/TemplateFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.velocity; diff --git a/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/TemplateRepresentation.java b/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/TemplateRepresentation.java index f8e289ec16..2bf6f46c26 100644 --- a/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/TemplateRepresentation.java +++ b/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/TemplateRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.velocity; diff --git a/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/VelocityConverter.java b/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/VelocityConverter.java index bf5d574915..7b2c3b96b3 100644 --- a/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/VelocityConverter.java +++ b/modules/org.restlet.ext.velocity/src/main/java/org/restlet/ext/velocity/VelocityConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.velocity; diff --git a/modules/org.restlet.ext.wadl/pom.xml b/modules/org.restlet.ext.wadl/pom.xml index c00849d583..d2239d4441 100644 --- a/modules/org.restlet.ext.wadl/pom.xml +++ b/modules/org.restlet.ext.wadl/pom.xml @@ -17,13 +17,11 @@ org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.xml 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ApplicationInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ApplicationInfo.java index 71ddf57856..8cbef57b17 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ApplicationInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ApplicationInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/DocumentationInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/DocumentationInfo.java index 0ffcefb8b1..4d8623d304 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/DocumentationInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/DocumentationInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/DocumentedInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/DocumentedInfo.java index 46c593c5e1..806fb1f463 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/DocumentedInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/DocumentedInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/GrammarsInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/GrammarsInfo.java index db8ba924c7..f10adada7c 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/GrammarsInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/GrammarsInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/IncludeInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/IncludeInfo.java index f6e62f0e04..4fcc3f286b 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/IncludeInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/IncludeInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/LinkInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/LinkInfo.java index ac2b656d8d..3f1c3e3569 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/LinkInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/LinkInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/MethodInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/MethodInfo.java index 369ae12524..e7ea204435 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/MethodInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/MethodInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/OptionInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/OptionInfo.java index 864f559835..5fc83e9f19 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/OptionInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/OptionInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ParameterInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ParameterInfo.java index f4b780a34f..4be1302d9d 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ParameterInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ParameterInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ParameterStyle.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ParameterStyle.java index 0e9bae61f8..c7e6e2dbcb 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ParameterStyle.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ParameterStyle.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/RepresentationInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/RepresentationInfo.java index d52da3bf21..6660931aec 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/RepresentationInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/RepresentationInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/RequestInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/RequestInfo.java index daad6f1755..6ee3ac0374 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/RequestInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/RequestInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourceInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourceInfo.java index c23554fb50..1c0b5a471e 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourceInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourceInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourceTypeInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourceTypeInfo.java index d0e828191c..1d79a2a329 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourceTypeInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourceTypeInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourcesInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourcesInfo.java index e9e9978c2a..6824d7622e 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourcesInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResourcesInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResponseInfo.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResponseInfo.java index 7c524a5652..6244b8a25f 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResponseInfo.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/ResponseInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlApplication.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlApplication.java index e82ed15c5e..8b150b5e0b 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlApplication.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlComponent.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlComponent.java index b65f561b6a..2444dc01ef 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlComponent.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlComponent.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlConverter.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlConverter.java index 431c8a7caa..a3aef54d75 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlConverter.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlDescribable.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlDescribable.java index 60cd211eeb..fb91cbefbc 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlDescribable.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlDescribable.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlRepresentation.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlRepresentation.java index 916732cb58..b5de063bf8 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlRepresentation.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlServerResource.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlServerResource.java index 602e83b388..c2e408e3ef 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlServerResource.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlWrapper.java b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlWrapper.java index 1ec68d8414..f2f73b6752 100644 --- a/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlWrapper.java +++ b/modules/org.restlet.ext.wadl/src/main/java/org/restlet/ext/wadl/WadlWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.wadl; diff --git a/modules/org.restlet.ext.xml/pom.xml b/modules/org.restlet.ext.xml/pom.xml index 5e219e0d67..d4f940d5ba 100644 --- a/modules/org.restlet.ext.xml/pom.xml +++ b/modules/org.restlet.ext.xml/pom.xml @@ -17,7 +17,6 @@ org.restlet.dev org.restlet 2.4-SNAPSHOT - diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/DomRepresentation.java b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/DomRepresentation.java index 7ddf5d2107..1b22649a16 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/DomRepresentation.java +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/DomRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml; diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/DomRepresentation.java.gwt b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/DomRepresentation.java.gwt index 16bbb8e828..5d14b02759 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/DomRepresentation.java.gwt +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/DomRepresentation.java.gwt @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2020 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml; diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/NodeList.java b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/NodeList.java index d88069996f..93f4979c7c 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/NodeList.java +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/NodeList.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml; diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/SaxRepresentation.java b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/SaxRepresentation.java index f35f911082..f740436596 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/SaxRepresentation.java +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/SaxRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml; diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/SaxRepresentation.java.android b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/SaxRepresentation.java.android index 2121930256..fca68ba406 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/SaxRepresentation.java.android +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/SaxRepresentation.java.android @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2020 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml; diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/TransformRepresentation.java b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/TransformRepresentation.java index 10de17834b..08952f01af 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/TransformRepresentation.java +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/TransformRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml; diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/Transformer.java b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/Transformer.java index 763c3d322f..a00d0ab42f 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/Transformer.java +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/Transformer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml; diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlConverter.java b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlConverter.java index ad83a8e05f..da4fc16bcd 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlConverter.java +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlConverter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml; diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlRepresentation.java b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlRepresentation.java index 9b048f82d8..fee7b2aa55 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlRepresentation.java +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlRepresentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml; diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlWriter.java b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlWriter.java index 7f4280f8f3..b8fcc4f21b 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlWriter.java +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/XmlWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml; diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/internal/AbstractXmlReader.java b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/internal/AbstractXmlReader.java index d8e6712640..c53e02e178 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/internal/AbstractXmlReader.java +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/internal/AbstractXmlReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml.internal; diff --git a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/internal/ContextResolver.java b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/internal/ContextResolver.java index b78cbfa264..d79a76693d 100644 --- a/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/internal/ContextResolver.java +++ b/modules/org.restlet.ext.xml/src/main/java/org/restlet/ext/xml/internal/ContextResolver.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.ext.xml.internal; diff --git a/modules/org.restlet.test/pom.xml b/modules/org.restlet.test/pom.xml index d8c95c6db4..597c980270 100644 --- a/modules/org.restlet.test/pom.xml +++ b/modules/org.restlet.test/pom.xml @@ -12,286 +12,229 @@ Restlet Unit Tests All Restlet unit tests. - ${basedir}/src + ${basedir}/src/main/java + + com.google.guava + failureaccess + junit junit - 4.11 - org.hamcrest hamcrest-all - 1.3 - com.wordnik swagger-core ${lib-swagger-version} - com.wordnik swagger-models ${lib-swagger-version} - org.restlet.dev org.restlet.ext.atom 2.4-SNAPSHOT - org.restlet.dev org.restlet 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.crypto 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.emf 2.4-SNAPSHOT - org.restlet.dev org.restlet.example 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.freemarker 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.gson 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.guice 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.gwt 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.html 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.httpclient 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jackson 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jaxb 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jaxrs 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.jetty 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.json 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.lucene 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.oauth 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.odata 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.rdf 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.simple 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.spring 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.thymeleaf 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.velocity 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.wadl 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.xml 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.platform 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.raml 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.swagger 2.4-SNAPSHOT - org.restlet.dev org.restlet.ext.nio 2.4-SNAPSHOT - - com.fasterxml.jackson.core jackson-core - ${lib-jackson-version} - com.fasterxml.jackson.core jackson-annotations - ${lib-jackson-version} - com.fasterxml.jackson.core jackson-databind - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-csv - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-smile - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-xml - ${lib-jackson-version} - com.fasterxml.jackson.dataformat jackson-dataformat-yaml - ${lib-jackson-version} - com.fasterxml.jackson.module jackson-module-jaxb-annotations - ${lib-jackson-version} - com.fasterxml.jackson.module jackson-module-jsonSchema - ${lib-jackson-version} - org.codehaus.woodstox woodstox-core-asl - ${lib-woodstock-core-version} - org.codehaus.woodstox stax2-api - ${lib-stax2-version} - org.yaml snakeyaml - ${lib-snakeyaml-version} - diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/AbstractFilterTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/AbstractFilterTestCase.java index 24d9472ea3..e372dc9ead 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/AbstractFilterTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/AbstractFilterTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/CallTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/CallTestCase.java index 5dc67fa5e2..a95fbddd5e 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/CallTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/CallTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/HeaderTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/HeaderTestCase.java index 53b5317c10..8f7f044513 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/HeaderTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/HeaderTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/MockFilter.java b/modules/org.restlet.test/src/main/java/org/restlet/test/MockFilter.java index b86d509008..e3858688ea 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/MockFilter.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/MockFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/MockRestlet.java b/modules/org.restlet.test/src/main/java/org/restlet/test/MockRestlet.java index 58f8f2b771..cf82a14c46 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/MockRestlet.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/MockRestlet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/RestletTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/RestletTestCase.java index beaa198b44..a87860a04a 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/RestletTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/RestletTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/RestletTestSuite.java b/modules/org.restlet.test/src/main/java/org/restlet/test/RestletTestSuite.java index 4cf53c59eb..dc5fea7710 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/RestletTestSuite.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/RestletTestSuite.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/TemplateFilterTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/TemplateFilterTestCase.java index 419f20e470..aa6bd305ab 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/TemplateFilterTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/TemplateFilterTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/TraceRestlet.java b/modules/org.restlet.test/src/main/java/org/restlet/test/TraceRestlet.java index 75e4ee699e..23d64d1d0b 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/TraceRestlet.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/TraceRestlet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/HelloServerResource.java b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/HelloServerResource.java index 3c058f33ba..01a1d35f3c 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/HelloServerResource.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/HelloServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.bench; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioClient.java b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioClient.java index 4830ebac7c..3ef6b6f69f 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioClient.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.bench; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioProxy.java b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioProxy.java index d41acf08ea..abcd151041 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioProxy.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioProxy.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.bench; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioServer.java b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioServer.java index a095a6de2a..9e084e5c0a 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioServer.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/NioServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.bench; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/RestletClient.java b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/RestletClient.java index d4e70a73b9..66023f0277 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/RestletClient.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/RestletClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.bench; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetChunkedServer.java b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetChunkedServer.java index d3c88c91a2..48290211d6 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetChunkedServer.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetChunkedServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.bench; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetClient.java b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetClient.java index 9fa713c857..811fafff61 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetClient.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.bench; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetServer.java b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetServer.java index 0c56d990d6..88cdb017f0 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetServer.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestGetServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.bench; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostChunkedClient.java b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostChunkedClient.java index 8439913031..e8fbecffea 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostChunkedClient.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostChunkedClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.bench; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostClient.java b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostClient.java index bedde7d885..c0eaeccb60 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostClient.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.bench; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostServer.java b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostServer.java index 2ad986efff..cf550b53b5 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostServer.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/bench/TestPostServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.bench; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/component/ComponentXmlConfigTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/component/ComponentXmlConfigTestCase.java index 2b49caf7a4..c8279b9c75 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/component/ComponentXmlConfigTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/component/ComponentXmlConfigTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.component; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/component/ComponentXmlTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/component/ComponentXmlTestCase.java index 01c46935ad..d25f12964f 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/component/ComponentXmlTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/component/ComponentXmlTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.component; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/component/HelloWorldApplication.java b/modules/org.restlet.test/src/main/java/org/restlet/test/component/HelloWorldApplication.java index c5e511434b..2b29a2ccad 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/component/HelloWorldApplication.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/component/HelloWorldApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.component; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/component/HelloWorldRestlet.java b/modules/org.restlet.test/src/main/java/org/restlet/test/component/HelloWorldRestlet.java index c348861360..597b20f54c 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/component/HelloWorldRestlet.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/component/HelloWorldRestlet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.component; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/connector/FileClientTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/connector/FileClientTestCase.java index 810415c4af..0ba996d5d3 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/connector/FileClientTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/connector/FileClientTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RestartTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RestartTestCase.java index 32bfdd055c..f099b5978f 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RestartTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RestartTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RiapConnectorsTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RiapConnectorsTestCase.java index 1ce63a466e..fa3b889ef1 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RiapConnectorsTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RiapConnectorsTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RiapTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RiapTestCase.java index ecdb604ef2..65325b3689 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RiapTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/connector/RiapTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/connector/ZipClientTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/connector/ZipClientTestCase.java index b84a5910d3..bf30b69707 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/connector/ZipClientTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/connector/ZipClientTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/AuthenticationInfoTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/AuthenticationInfoTestCase.java index 2babad1f82..c7d279e6cc 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/AuthenticationInfoTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/AuthenticationInfoTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/ClientInfoTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/ClientInfoTestCase.java index e50720c906..7c8b9c5006 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/ClientInfoTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/ClientInfoTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/CookieTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/CookieTestCase.java index 9f415e6bf6..b790f4f888 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/CookieTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/CookieTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/FileReferenceTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/FileReferenceTestCase.java index 4172a0def9..a05c0f5428 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/FileReferenceTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/FileReferenceTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/FormTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/FormTestCase.java index 5d91f94c02..aee2900060 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/FormTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/FormTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/LanguageTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/LanguageTestCase.java index 9614f31b10..963629ceca 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/LanguageTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/LanguageTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/MediaTypeTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/MediaTypeTestCase.java index d8da6f1d1c..8fabd0e3e4 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/MediaTypeTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/MediaTypeTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/MethodTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/MethodTestCase.java index 2a49d7069d..19fff86032 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/MethodTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/MethodTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/ProductTokenTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/ProductTokenTestCase.java index cf3601949d..9df8dcc75a 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/ProductTokenTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/ProductTokenTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; @@ -53,7 +53,7 @@ public void testMainProduct() { final String userAgent8 = "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/521.25 (KHTML, like Gecko) Safari/521.24"; final String userAgent9 = "Opera/9.00 (Macintosh; PPC Mac OS X; U; en)"; final String userAgent10 = "Wget/1.9"; - final String userAgent11 = "Restlet-Framework/2.2-SNAPSHOT"; + final String userAgent11 = "Restlet-Framework/2.4-SNAPSHOT"; ClientInfo clientInfo = new ClientInfo(); clientInfo.setAgent(userAgent1); @@ -120,7 +120,7 @@ public void testMainProduct() { clientInfo.setAgent(userAgent11); product = clientInfo.getMainAgentProduct(); assertEquals("Restlet-Framework", product.getName()); - assertEquals("2.2-SNAPSHOT", product.getVersion()); + assertEquals("2.4-SNAPSHOT", product.getVersion()); clientInfo = new ClientInfo(); clientInfo.setAgent(userAgent7); @@ -140,7 +140,7 @@ public void testProductTokens() throws Exception { final String userAgent4 = "Mozilla"; final String userAgent5 = "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.8) Gecko/20051107 Camino/1.0b1"; final String userAgent6 = "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061024 Iceweasel/2.0 (Debian-2.0+dfsg-1)"; - final String userAgent7 = "Restlet-Framework/2.2-SNAPSHOT"; + final String userAgent7 = "Restlet-Framework/2.4-SNAPSHOT"; List list = ProductReader.read(userAgent1); assertEquals(1, list.size()); @@ -197,7 +197,7 @@ public void testProductTokens() throws Exception { list = ProductReader.read(userAgent7); assertEquals(1, list.size()); assertEquals("Restlet-Framework", list.get(0).getName()); - assertEquals("2.2-SNAPSHOT", list.get(0).getVersion()); + assertEquals("2.4-SNAPSHOT", list.get(0).getVersion()); assertNull(list.get(0).getComment()); final List products = new ArrayList(); diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/RangeTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/RangeTestCase.java index 663bdd2e21..bd7cf0c09e 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/RangeTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/RangeTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/RecipientInfoTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/RecipientInfoTestCase.java index 99848fefb5..88cd314b20 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/RecipientInfoTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/RecipientInfoTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/ReferenceTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/ReferenceTestCase.java index a5e1cfb976..758ee246bb 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/ReferenceTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/ReferenceTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; @@ -345,6 +345,10 @@ public void testParsing() { "/path", null, "frag/ment"); testRef0("http://localhost/path?qu/ery", "http", "localhost", "/path", "qu/ery", null); + testRef0("file:///path/to/file", "file", "", "/path/to/file", + null, null); + testRef0("file:///c:/path/to/file", "file", "", "/c:/path/to/file", + null, null); // Test the resolution of relative references testRef1(base, uri01, uri101); diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/StatusTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/StatusTestCase.java index c776083bcf..15c5596c88 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/StatusTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/StatusTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/data/TagTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/data/TagTestCase.java index c732e70bf6..a3d5b1be14 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/data/TagTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/data/TagTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.data; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AlphaNumericComparatorTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AlphaNumericComparatorTestCase.java index b64b077586..a1db66245a 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AlphaNumericComparatorTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AlphaNumericComparatorTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AnnotationUtilsTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AnnotationUtilsTestCase.java index dc8bee7043..9e56a22471 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AnnotationUtilsTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AnnotationUtilsTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ApplicationContextTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ApplicationContextTestCase.java index 26a17030a2..6f29e78b70 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ApplicationContextTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ApplicationContextTestCase.java @@ -1,5 +1,6 @@ package org.restlet.test.engine; +import org.junit.Test; import org.restlet.Application; import org.restlet.Component; import org.restlet.Restlet; @@ -10,6 +11,7 @@ import org.restlet.resource.Get; import org.restlet.resource.ServerResource; import org.restlet.routing.Router; +import org.restlet.service.ConnectorService; import org.restlet.test.RestletTestCase; /** @@ -17,6 +19,39 @@ */ public class ApplicationContextTestCase extends RestletTestCase { + private Component component; + private WebApiConnectorService connectorService; + + @Override + protected void setUp() throws Exception { + super.setUp(); + this.component = new Component(); + this.component.getServers().add(Protocol.HTTP, TEST_PORT); + + this.connectorService = new WebApiConnectorService(); + WebApiApplication webApiApplication = new WebApiApplication(); + webApiApplication.setConnectorService(this.connectorService); + component.getDefaultHost().attach("/api", webApiApplication); + component.getInternalRouter().attach("/internal", new InternalApplication()); + + component.start(); + } + + @Override + protected void tearDown() throws Exception { + component.stop(); + super.tearDown(); + } + + public void testResourceApplication() throws Exception { + Representation rep = new ClientResource("http://localhost:" + TEST_PORT + "/api/test").get(MediaType.TEXT_PLAIN); + assertEquals("WebApiApplication", rep.getText()); + } + + public void testCurrentApplicationNotClearedBeforeSend() { + new ClientResource("http://localhost:" + TEST_PORT + "/api/test").get(MediaType.TEXT_PLAIN); + assertTrue(this.connectorService.wasCalled()); + } public static class InternalApplication extends Application { @Override @@ -48,33 +83,22 @@ public static class WebApiResource extends ServerResource { public String hello() { // issuing internal calls new ClientResource("riap://component/internal/test").get(); - // returns the current application - return Application.getCurrent().getClass().getSimpleName(); + // returns the resource's application + return getApplication().getClass().getSimpleName(); } } - private Component component; + public static class WebApiConnectorService extends ConnectorService { + private boolean called = false; - @Override - protected void setUp() throws Exception { - super.setUp(); - this.component = new Component(); - this.component.getServers().add(Protocol.HTTP, TEST_PORT); - - component.getDefaultHost().attach("/api", new WebApiApplication()); - component.getInternalRouter().attach("/internal", new InternalApplication()); - - component.start(); - } - - @Override - protected void tearDown() throws Exception { - component.stop(); - } + @Override + public void beforeSend(Representation entity) { + super.beforeSend(entity); + this.called = true; + } - public void testApplicationContext() throws Exception { - ClientResource res = new ClientResource("http://localhost:" + TEST_PORT + "/api/test"); - Representation rep = res.get(MediaType.TEXT_PLAIN); - assertEquals("WebApiApplication", rep.getText()); + public boolean wasCalled() { + return called; + } } } diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AuthenticationTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AuthenticationTestCase.java index 602c942749..159a1b98d7 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AuthenticationTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/AuthenticationTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ContentTypeTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ContentTypeTestCase.java index 193743df4b..4c83bfef79 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ContentTypeTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ContentTypeTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/CookiesTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/CookiesTestCase.java index b20af131e4..fc54dabb47 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/CookiesTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/CookiesTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/DateTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/DateTestCase.java index 54c72d2f3d..67fc535a28 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/DateTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/DateTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/EngineTestSuite.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/EngineTestSuite.java index 3904d2ea2d..644ad31b87 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/EngineTestSuite.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/EngineTestSuite.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HeaderTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HeaderTestCase.java index e1c71cc566..b7a2ea106e 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HeaderTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HeaderTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HtmlEncodingTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HtmlEncodingTestCase.java index 078427b3fb..090afd81da 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HtmlEncodingTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HtmlEncodingTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HttpCallTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HttpCallTestCase.java index 15c5373b05..479f86ca3b 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HttpCallTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/HttpCallTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ImmutableDateTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ImmutableDateTestCase.java index 314141fbbd..9e213ddb39 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ImmutableDateTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/ImmutableDateTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/PreferencesTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/PreferencesTestCase.java index a483fb55bd..dc9cfe50d6 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/PreferencesTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/PreferencesTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/TunnelFilterTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/TunnelFilterTestCase.java index 3254c1e077..52c19744d3 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/TunnelFilterTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/TunnelFilterTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UnclosableInputStreamTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UnclosableInputStreamTestCase.java index fe7a57e29c..dc42b25e0d 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UnclosableInputStreamTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UnclosableInputStreamTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UnclosableOutputStreamTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UnclosableOutputStreamTestCase.java index a649ade4df..ad8216db39 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UnclosableOutputStreamTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UnclosableOutputStreamTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UserAgentTestResource.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UserAgentTestResource.java index 71c13e9321..9bfc43b61f 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UserAgentTestResource.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UserAgentTestResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UserAgentTunnelFilterTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UserAgentTunnelFilterTestCase.java index 1e1cb9706f..79a0645260 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UserAgentTunnelFilterTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/UserAgentTunnelFilterTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/application/CorsResponseFilterTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/application/CorsResponseFilterTestCase.java index 3a4b6894c7..580e848c18 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/application/CorsResponseFilterTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/application/CorsResponseFilterTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.application; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/AsynchroneTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/AsynchroneTestCase.java index 5cc9e938f2..d54f915f96 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/AsynchroneTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/AsynchroneTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/BaseConnectorsTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/BaseConnectorsTestCase.java index a71e7cdeff..7617db5132 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/BaseConnectorsTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/BaseConnectorsTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ChunkedEncodingPutTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ChunkedEncodingPutTestCase.java index 94f8ad2f28..97a465a82d 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ChunkedEncodingPutTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ChunkedEncodingPutTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ChunkedEncodingTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ChunkedEncodingTestCase.java index 4643845eea..a0a9bc0da1 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ChunkedEncodingTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ChunkedEncodingTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ConnectorsTestSuite.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ConnectorsTestSuite.java index a647f1fbd6..3d6c960091 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ConnectorsTestSuite.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/ConnectorsTestSuite.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetChunkedTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetChunkedTestCase.java index 84d1f4d28c..944e53d150 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetChunkedTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetChunkedTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetQueryParamTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetQueryParamTestCase.java index 5e7492c3eb..8a803ca189 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetQueryParamTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetQueryParamTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetTestCase.java index 2504a08af4..5884928b77 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/GetTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/HttpInboundRequestTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/HttpInboundRequestTestCase.java index d473fd147b..e8baf2ff31 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/HttpInboundRequestTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/HttpInboundRequestTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/PostPutTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/PostPutTestCase.java index 3007e1d30f..792cf58364 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/PostPutTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/PostPutTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/RemoteClientAddressTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/RemoteClientAddressTestCase.java index c1dcb19ce4..e6025df8a8 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/RemoteClientAddressTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/RemoteClientAddressTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslBaseConnectorsTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslBaseConnectorsTestCase.java index 49fa410335..13f00766e7 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslBaseConnectorsTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslBaseConnectorsTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslClientContextGetTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslClientContextGetTestCase.java index c660738bdc..3dd4333289 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslClientContextGetTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslClientContextGetTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslGetTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslGetTestCase.java index a603fbf41e..705ca1087b 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslGetTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/connector/SslGetTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.connector; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/BioUtilsTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/BioUtilsTestCase.java index f658300042..aeb0f25ab2 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/BioUtilsTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/BioUtilsTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.io; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/BufferTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/BufferTestCase.java index 58b0b7fa57..5a34c2d953 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/BufferTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/BufferTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.io; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/ReaderInputStreamTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/ReaderInputStreamTestCase.java index 9c9f5e0f78..fd66b034f9 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/ReaderInputStreamTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/engine/io/ReaderInputStreamTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.engine.io; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/atom/AtomTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/atom/AtomTestCase.java index b5a207b9d5..7b67d27793 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/atom/AtomTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/atom/AtomTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.atom; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/atom/ConverterTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/atom/ConverterTestCase.java index ab51681e96..57f20e1b11 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/atom/ConverterTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/atom/ConverterTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.atom; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/CookieAuthenticatorTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/CookieAuthenticatorTestCase.java index da31bbda42..11e32cc477 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/CookieAuthenticatorTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/CookieAuthenticatorTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.crypto; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/CryptoTestSuite.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/CryptoTestSuite.java index d586e4cce6..b920fadc83 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/CryptoTestSuite.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/CryptoTestSuite.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.crypto; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/DigestVerifierTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/DigestVerifierTestCase.java index 12b7a575fc..49ae88fca5 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/DigestVerifierTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/DigestVerifierTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.crypto; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3HostNameTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3HostNameTestCase.java index 34eb0a8a84..6a05f9afa0 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3HostNameTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3HostNameTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.crypto; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3SigningTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3SigningTestCase.java index 3ecd2c5b6a..c52c1b941a 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3SigningTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3SigningTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.crypto; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3VerifierTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3VerifierTestCase.java index 25a5dcbc71..31f016ceb0 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3VerifierTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpAwsS3VerifierTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.crypto; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpDigestTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpDigestTestCase.java index 1c7e3ccb3b..8559bae046 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpDigestTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/crypto/HttpDigestTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.crypto; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/EmfRepresentationTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/EmfRepresentationTestCase.java index 33e288f2d4..0ac3c471e8 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/EmfRepresentationTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/EmfRepresentationTestCase.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ - * - * Restlet is a registered trademark of Talend S.A. + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.emf; @@ -34,7 +34,7 @@ /** * Unit test for the {@link EmfRepresentation} class. - * + * * @author Jerome Louvel */ public class EmfRepresentationTestCase extends RestletTestCase { @@ -50,6 +50,8 @@ public void testParsing() throws IOException { assertNotNull(emfObj); } + /** + This test seems useless: basically it tests the memory consumption of the JVM. public void testBomb() throws IOException { ClientResource cr = new ClientResource( "clap://class/org/restlet/test/ext/emf/TestBomb.ecore"); @@ -65,4 +67,5 @@ public void testBomb() throws IOException { } assertTrue(error); } + */ } diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/EmfTestSuite.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/EmfTestSuite.java index b46d683e70..9f1c1b09b9 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/EmfTestSuite.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/EmfTestSuite.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.emf; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/TestBomb.ecore b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/TestBomb.ecore index 0866965212..a0407ae7d5 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/TestBomb.ecore +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/emf/TestBomb.ecore @@ -1,14 +1,14 @@ - - - - - - - - + + + + + + + + ]> resourceClass) { private void registerBeanFactoryBean(String beanName, Class resourceClass, MutablePropertyValues values) { this.beanFactory.registerBeanDefinition(beanName, - new RootBeanDefinition(resourceClass, values)); + new RootBeanDefinition(resourceClass, null, values)); } @Override diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringBeanRouterTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringBeanRouterTestCase.java index 2c92973424..624eb1ac1d 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringBeanRouterTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringBeanRouterTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.spring; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringTestCase.java index 43b2fe6718..60a80f8ea4 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.spring; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringTestSuite.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringTestSuite.java index 79cd1fd827..f13197738c 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringTestSuite.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/spring/SpringTestSuite.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.spring; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/thymeleaf/ThymeleafTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/thymeleaf/ThymeleafTestCase.java index 62c8c48414..ddf71200ad 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/thymeleaf/ThymeleafTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/thymeleaf/ThymeleafTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.thymeleaf; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/velocity/VelocityTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/velocity/VelocityTestCase.java index c161970b83..19855e65ed 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/velocity/VelocityTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/velocity/VelocityTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.velocity; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/NewsSearchResource.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/NewsSearchResource.java index 9d0ede6d9e..42907ead24 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/NewsSearchResource.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/NewsSearchResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.wadl; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/WadlTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/WadlTestCase.java index ff7b1a589d..7ff51601f3 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/WadlTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/WadlTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.wadl; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/WadlTestSuite.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/WadlTestSuite.java index ee7a68b84a..07c42fee83 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/WadlTestSuite.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/wadl/WadlTestSuite.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.wadl; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/ResolvingTransformerTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/ResolvingTransformerTestCase.java index 015d15d6a6..f6adbcda0a 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/ResolvingTransformerTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/ResolvingTransformerTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.xml; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/RestletXmlTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/RestletXmlTestCase.java index 026b604dbe..c29dc560c8 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/RestletXmlTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/RestletXmlTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.xml; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/TransformRepresentationTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/TransformRepresentationTestCase.java index ddd67d3a19..5d1989f813 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/TransformRepresentationTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/TransformRepresentationTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.xml; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/TransformerTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/TransformerTestCase.java index 92594140e9..0c2c522f55 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/TransformerTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/TransformerTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.xml; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/XmlTestSuite.java b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/XmlTestSuite.java index 6c0dfd3d61..43451c1339 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/XmlTestSuite.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/ext/xml/XmlTestSuite.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.ext.xml; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/gwt/client/TestClient.java b/modules/org.restlet.test/src/main/java/org/restlet/test/gwt/client/TestClient.java index 7df5999fd2..17a147b968 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/gwt/client/TestClient.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/gwt/client/TestClient.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.gwt.client; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/gwt/server/TestApplication.java b/modules/org.restlet.test/src/main/java/org/restlet/test/gwt/server/TestApplication.java index f5f71b7963..e2fdd720e5 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/gwt/server/TestApplication.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/gwt/server/TestApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.gwt.server; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/regression/Bug717TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/regression/Bug717TestCase.java index f4ee9a53bb..eea16e1b70 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/regression/Bug717TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/regression/Bug717TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.regression; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/regression/RegressionTestSuite.java b/modules/org.restlet.test/src/main/java/org/restlet/test/regression/RegressionTestSuite.java index fd2a6158f3..a0b15445be 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/regression/RegressionTestSuite.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/regression/RegressionTestSuite.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.regression; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/representation/AppendableRepresentationTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/representation/AppendableRepresentationTestCase.java index 8984cdaa19..7da493b9f9 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/representation/AppendableRepresentationTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/representation/AppendableRepresentationTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.representation; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/representation/DigesterRepresentationTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/representation/DigesterRepresentationTestCase.java index a7f5b5c964..29f504087f 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/representation/DigesterRepresentationTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/representation/DigesterRepresentationTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.representation; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/representation/RangeRepresentationTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/representation/RangeRepresentationTestCase.java index 360460c4c5..103f77e05b 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/representation/RangeRepresentationTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/representation/RangeRepresentationTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.representation; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AbstractAnnotatedServerResource.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AbstractAnnotatedServerResource.java index f761807151..4b06b0b89f 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AbstractAnnotatedServerResource.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AbstractAnnotatedServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AbstractGenericAnnotatedServerResource.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AbstractGenericAnnotatedServerResource.java index 93bc885aa7..98029f4b8c 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AbstractGenericAnnotatedServerResource.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AbstractGenericAnnotatedServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Anno09Client.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Anno09Client.java index 177ebce133..ed56673451 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Anno09Client.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Anno09Client.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Anno09Server.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Anno09Server.java index b2877e3b9a..188f817e9f 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Anno09Server.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Anno09Server.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface01.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface01.java index 1a654d90c9..190df6803b 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface01.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface01.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface02.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface02.java index 0288eb5f82..3d9e214863 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface02.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface02.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface03.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface03.java index 5f4b3dee3b..5a3cc1a562 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface03.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedInterface03.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource01TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource01TestCase.java index 5678193203..4d9372951e 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource01TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource01TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource02TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource02TestCase.java index 3c2c721340..aadcfb3ce4 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource02TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource02TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource03TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource03TestCase.java index 7796bca31a..14c4178f37 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource03TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource03TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource04TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource04TestCase.java index 2293c75324..9b2595b6cd 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource04TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource04TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource05TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource05TestCase.java index d6ce83afaf..ee8227346d 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource05TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource05TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource06TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource06TestCase.java index b5a179f996..04929e6294 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource06TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource06TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource07TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource07TestCase.java index 02e1458c33..af49e33698 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource07TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource07TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource08TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource08TestCase.java index 6d2cc43e90..eddf881e32 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource08TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource08TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource09TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource09TestCase.java index 220c6292f7..e4b9a3c104 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource09TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource09TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource10TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource10TestCase.java index 7c77d80640..e4aac4cf5a 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource10TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource10TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource11TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource11TestCase.java index 2f237f11f3..4ec9891b2a 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource11TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource11TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource12TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource12TestCase.java index b025fafe62..fa71737935 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource12TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource12TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource13TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource13TestCase.java index a28101eb1f..5f7ee6ae73 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource13TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource13TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource14TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource14TestCase.java index 3bc54903f5..97e89b3bce 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource14TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource14TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource15TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource15TestCase.java index c96fa847c4..2c53f9d396 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource15TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource15TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource16TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource16TestCase.java index f47c522fff..ea697baa8e 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource16TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource16TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource17TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource17TestCase.java index e90d6a2434..003b04ace8 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource17TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource17TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource18TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource18TestCase.java index c4a8f4cf4a..7ea55ee501 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource18TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource18TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource20TestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource20TestCase.java index d95c0b76f5..20601af5c0 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource20TestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/AnnotatedResource20TestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Contact.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Contact.java index 7858bb5883..b9fe797896 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Contact.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/Contact.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,14 +19,15 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; +import java.io.Serializable; import java.util.Date; -public class Contact extends LightContact { +public class Contact extends LightContact implements Serializable { private Date birthDate; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/DirectoryTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/DirectoryTestCase.java index c14dd81dbe..9699661a4e 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/DirectoryTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/DirectoryTestCase.java @@ -1,25 +1,25 @@ /** - * Copyright 2005-2020 Talend - * + * Copyright 2005-2024 Qlik + * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. - * + * * You can obtain a copy of the Apache 2.0 license at * http://www.opensource.org/licenses/apache-2.0 - * + * * You can obtain a copy of the EPL 1.0 license at * http://www.opensource.org/licenses/eclipse-1.0 - * + * * See the Licenses for the specific language governing permissions and * limitations under the Licenses. - * + * * Alternatively, you can obtain a royalty free commercial license with less * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ - * - * Restlet is a registered trademark of Talend S.A. + * + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; @@ -62,19 +62,20 @@ import org.restlet.engine.header.HeaderConstants; import org.restlet.engine.io.IoUtils; import org.restlet.engine.util.ReferenceUtils; +import org.restlet.engine.util.SystemUtils; import org.restlet.representation.StringRepresentation; import org.restlet.resource.Directory; import org.restlet.test.RestletTestCase; /** * Unit tests for the Directory class. - * + * * @author Thierry Boileau */ public class DirectoryTestCase extends RestletTestCase { /** * Internal class used for test purpose - * + * * @author Thierry Boileau */ private static class MyApplication extends Application { @@ -83,7 +84,7 @@ private static class MyApplication extends Application { /** * Constructor. - * + * * @param testDirectory * The test directory. */ @@ -282,8 +283,7 @@ protected Response handle(Method method) { /** * Helper - * - * @param application + * * @param directory * @throws IOException */ @@ -318,7 +318,7 @@ private void testDirectoryDeeplyAccessible(Directory directory) throws IOExcepti /** * Helper - * + * * @param application * @param directory * @throws IOException @@ -411,11 +411,39 @@ private void testParentDirectoryInaccessible(MyApplication application, Director .baseRef(this.webSiteURL) .handle(GET); assertEquals(CLIENT_ERROR_FORBIDDEN, response.getStatus()); + + response = new TestRequest(this.webSiteURL, "%2e%2e%2fprivate.txt") + .baseRef(this.webSiteURL) + .handle(DELETE); + assertEquals(CLIENT_ERROR_FORBIDDEN, response.getStatus()); + + if (SystemUtils.isWindows()) { + // Try with Windows "\" separator in the URL + response = new TestRequest(this.webSiteURL, "..%5cchild%20dir%5cfile.txt") + .baseRef(this.webSiteURL) + .handle(GET); + // assert no content as the file is empty + assertEquals(SUCCESS_NO_CONTENT, response.getStatus()); + + response = new TestRequest(this.webSiteURL, "..%5c..%5c..%5cWindows%5cnotepad.exe") + .baseRef(this.webSiteURL) + .handle(GET); + assertEquals(CLIENT_ERROR_FORBIDDEN, response.getStatus()); + } + + directory.setModifiable(true); + response = new TestRequest(this.webSiteURL, "../child%20dir/file.txt") + .baseRef(this.webSiteURL) + .handle(DELETE); + + // assert file is deleted + assertEquals(Status.SUCCESS_NO_CONTENT, response.getStatus()); + } /** * Helper - * + * * @param directory * @param indexName * @throws IOException @@ -775,7 +803,7 @@ private void testDirectory(MyApplication application, Directory directory, Strin /** * Test content negotiation based on client preferences. - * + * * @param directory * @throws IOException */ diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/FileRepresentationTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/FileRepresentationTestCase.java index b885e47b21..755e96939a 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/FileRepresentationTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/FileRepresentationTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/FullContact.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/FullContact.java index b1c866bd5f..3a6d9f4c41 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/FullContact.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/FullContact.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericAnnotatedServerResource.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericAnnotatedServerResource.java index 505365bea4..e6b2651981 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericAnnotatedServerResource.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericAnnotatedServerResource.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericServerResource16.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericServerResource16.java index 01283d6b20..0c5005c56c 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericServerResource16.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericServerResource16.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericServerResource17.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericServerResource17.java index 8e85176614..442637e8a7 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericServerResource17.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/GenericServerResource17.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/InternalConnectorTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/InternalConnectorTestCase.java index c82cec37a6..74cf8cbb29 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/InternalConnectorTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/InternalConnectorTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/LightContact.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/LightContact.java index 39164a98a6..6c69e33ffb 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/LightContact.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/LightContact.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,12 +19,14 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; -public class LightContact { +import java.io.Serializable; + +public class LightContact implements Serializable { private String email1; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyBean.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyBean.java index 7743e44de2..fb546c9027 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyBean.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyException01.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyException01.java index 248a31c288..be5f99947e 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyException01.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyException01.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyException02.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyException02.java index ff443d7c43..5f56ac9024 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyException02.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyException02.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource01.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource01.java index 18cb1509d3..527c64450f 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource01.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource01.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource02.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource02.java index 8a15d5cac4..bbc7491000 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource02.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource02.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource03.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource03.java index 18966ae461..ea64c4941e 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource03.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource03.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource04.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource04.java index 9835c745ba..92293671e4 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource04.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource04.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource05.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource05.java index 497488a748..d56b8c39de 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource05.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource05.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource06.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource06.java index 641e510706..7d38fd67dc 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource06.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource06.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource07.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource07.java index 981ba8d5fb..35a9c6422b 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource07.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource07.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource08.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource08.java index 467a73abd6..1b5edf7a4e 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource08.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource08.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource09.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource09.java index 55e025a5e2..3bb70af9c8 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource09.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource09.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource10.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource10.java index a0a039a318..02932f0a58 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource10.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource10.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource11.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource11.java index 90de813ffd..233ef615c6 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource11.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource11.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource12.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource12.java index 3bf88099e5..5db647c1ac 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource12.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource12.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource13.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource13.java index 625c3a0e92..c363690e28 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource13.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource13.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource17.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource17.java index 00cbaa2271..1b254e4f8a 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource17.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource17.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource20.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource20.java index c6981947fb..7e273b243e 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource20.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyResource20.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource01.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource01.java index d8da2310db..250a61d8d1 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource01.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource01.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource12.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource12.java index 8b5201e38c..c703dc504f 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource12.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource12.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource13.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource13.java index f4843e25dd..06c2c3a06c 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource13.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource13.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource14.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource14.java index 18f2aaff09..2fcf23672f 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource14.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource14.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource15.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource15.java index 2921db32f5..6d956b2aa7 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource15.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource15.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource16.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource16.java index e3528c0f38..e00db25fb1 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource16.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource16.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource17.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource17.java index ddbc627800..7d38715ce3 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource17.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource17.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource18.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource18.java index 2641a3ab90..27922eaff0 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource18.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource18.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource20.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource20.java index b94b07e8ad..649531ada0 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource20.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/MyServerResource20.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/ResourceTestSuite.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/ResourceTestSuite.java index 3a32664cf9..72bc858ee5 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/ResourceTestSuite.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/ResourceTestSuite.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/SIMethod.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/SIMethod.java index 36a805224e..2fece38866 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/SIMethod.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/SIMethod.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/SNIMethod.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/SNIMethod.java index fd4c725222..39d4b13aa7 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/SNIMethod.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/SNIMethod.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/USIMethod.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/USIMethod.java index a805716a0d..99f00d1176 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/USIMethod.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/USIMethod.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/USNIMethod.java b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/USNIMethod.java index 893ff166be..fa038fb613 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/resource/USNIMethod.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/resource/USNIMethod.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.resource; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/routing/FilterTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/routing/FilterTestCase.java index 69b2c2a685..a8c006e0e6 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/routing/FilterTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/routing/FilterTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.routing; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/routing/RedirectTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/routing/RedirectTestCase.java index 64550f6dc6..985be878db 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/routing/RedirectTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/routing/RedirectTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.routing; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/routing/RouteListTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/routing/RouteListTestCase.java index ada164d02a..c14437f7be 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/routing/RouteListTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/routing/RouteListTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.routing; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/routing/ValidatorTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/routing/ValidatorTestCase.java index c718690291..3eb2724787 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/routing/ValidatorTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/routing/ValidatorTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.routing; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/security/HttpBasicTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/security/HttpBasicTestCase.java index 5c89e36a70..afb72d4214 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/security/HttpBasicTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/security/HttpBasicTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.security; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/security/RoleTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/security/RoleTestCase.java index 6e094d65f5..4b1111ea24 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/security/RoleTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/security/RoleTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.security; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/security/SaasApplication.java b/modules/org.restlet.test/src/main/java/org/restlet/test/security/SaasApplication.java index f1fb53cf83..3b95c2dedb 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/security/SaasApplication.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/security/SaasApplication.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.security; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/security/SaasComponent.java b/modules/org.restlet.test/src/main/java/org/restlet/test/security/SaasComponent.java index 381fd85a03..b29d939695 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/security/SaasComponent.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/security/SaasComponent.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.security; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/security/SecurityTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/security/SecurityTestCase.java index f50b9e88c2..0500d5e558 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/security/SecurityTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/security/SecurityTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.security; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/service/ConnegServiceTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/service/ConnegServiceTestCase.java index 2d24e0199f..02a3b06e81 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/service/ConnegServiceTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/service/ConnegServiceTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.service; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/service/MetadataServiceTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/service/MetadataServiceTestCase.java index 23e17763bd..6f9fab1a2e 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/service/MetadataServiceTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/service/MetadataServiceTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.service; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/service/ServiceTestSuite.java b/modules/org.restlet.test/src/main/java/org/restlet/test/service/ServiceTestSuite.java index 58e44cb47a..5861c6ead1 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/service/ServiceTestSuite.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/service/ServiceTestSuite.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.service; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/service/StatusServiceTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/service/StatusServiceTestCase.java index 7dd030be45..49fe87a872 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/service/StatusServiceTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/service/StatusServiceTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.service; diff --git a/modules/org.restlet.test/src/main/java/org/restlet/test/util/TemplateTestCase.java b/modules/org.restlet.test/src/main/java/org/restlet/test/util/TemplateTestCase.java index e5d29125dc..5bb31cfe2a 100644 --- a/modules/org.restlet.test/src/main/java/org/restlet/test/util/TemplateTestCase.java +++ b/modules/org.restlet.test/src/main/java/org/restlet/test/util/TemplateTestCase.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet.test.util; diff --git a/modules/org.restlet/pom.xml b/modules/org.restlet/pom.xml index c034d1d1ee..0173a81d38 100644 --- a/modules/org.restlet/pom.xml +++ b/modules/org.restlet/pom.xml @@ -13,5 +13,15 @@ RESTful web framework for Java (API and Engine). + + org.osgi + org.osgi.core + provided + + + junit + junit + test + diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/BufferedReader.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/BufferedReader.java index 2819edfe3a..efce7324fe 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/BufferedReader.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/BufferedReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.io; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/ByteArrayInputStream.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/ByteArrayInputStream.java index f98be20636..e6a978f77f 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/ByteArrayInputStream.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/ByteArrayInputStream.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.io; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/InputStream.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/InputStream.java index 8d98c6dfb2..93a8d65326 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/InputStream.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/InputStream.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.io; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/InputStreamReader.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/InputStreamReader.java index 3e7e11ba84..0081ea8663 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/InputStreamReader.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/InputStreamReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.io; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/Reader.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/Reader.java index 474ea405d3..06cf5a2b52 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/Reader.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/Reader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.io; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/StringReader.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/StringReader.java index b4910cbc49..24ae985c12 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/StringReader.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/StringReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.io; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/StringWriter.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/StringWriter.java index a668cdf9de..198de2e42a 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/StringWriter.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/StringWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.io; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/UnknownHostException.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/UnknownHostException.java index 9aa8eaa758..df85aa0525 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/UnknownHostException.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/UnknownHostException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.io; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/UnsupportedEncodingException.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/UnsupportedEncodingException.java index 654f562fa7..ba9234efbe 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/UnsupportedEncodingException.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/io/UnsupportedEncodingException.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.io; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/Objects.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/Objects.java index 9a5937cb7e..fb3ff08ddd 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/Objects.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/Objects.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.util; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/WeakHashMap.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/WeakHashMap.java index 57a01aee40..e82c63cfb6 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/WeakHashMap.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/WeakHashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.util; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/ConcurrentHashMap.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/ConcurrentHashMap.java index a475c3d5cc..6752c8efc9 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/ConcurrentHashMap.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/ConcurrentHashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.util.concurrent; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/ConcurrentMap.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/ConcurrentMap.java index ffdb7f4aab..e66c219fa5 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/ConcurrentMap.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/ConcurrentMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.util.concurrent; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/CopyOnWriteArrayList.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/CopyOnWriteArrayList.java index 9f6be71679..75493ee80e 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/CopyOnWriteArrayList.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/CopyOnWriteArrayList.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.util.concurrent; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/CopyOnWriteArraySet.java b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/CopyOnWriteArraySet.java index 34e3fbc441..416b42ce5a 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/CopyOnWriteArraySet.java +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/emul/java/util/concurrent/CopyOnWriteArraySet.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.emul.java.util.concurrent; diff --git a/modules/org.restlet/src/main/gwt/com/google/gwt/user/rebind/rpc/RestletBlackListTypeFilter.java.gwt b/modules/org.restlet/src/main/gwt/com/google/gwt/user/rebind/rpc/RestletBlackListTypeFilter.java.gwt index 9477825fda..d5301000cb 100644 --- a/modules/org.restlet/src/main/gwt/com/google/gwt/user/rebind/rpc/RestletBlackListTypeFilter.java.gwt +++ b/modules/org.restlet/src/main/gwt/com/google/gwt/user/rebind/rpc/RestletBlackListTypeFilter.java.gwt @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2020 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package com.google.gwt.user.rebind.rpc; diff --git a/modules/org.restlet/src/main/java/org/restlet/Application.java b/modules/org.restlet/src/main/java/org/restlet/Application.java index c7183d4338..508c1df85e 100644 --- a/modules/org.restlet/src/main/java/org/restlet/Application.java +++ b/modules/org.restlet/src/main/java/org/restlet/Application.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet; diff --git a/modules/org.restlet/src/main/java/org/restlet/Client.java b/modules/org.restlet/src/main/java/org/restlet/Client.java index 2537ef7382..2a64d22e54 100644 --- a/modules/org.restlet/src/main/java/org/restlet/Client.java +++ b/modules/org.restlet/src/main/java/org/restlet/Client.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet; diff --git a/modules/org.restlet/src/main/java/org/restlet/Component.java b/modules/org.restlet/src/main/java/org/restlet/Component.java index a857343bec..278bc825d7 100644 --- a/modules/org.restlet/src/main/java/org/restlet/Component.java +++ b/modules/org.restlet/src/main/java/org/restlet/Component.java @@ -1,5 +1,5 @@ /** - * Copyright 2005-2020 Talend + * Copyright 2005-2024 Qlik * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can @@ -19,7 +19,7 @@ * limitations, transferable or non-transferable, directly at * https://restlet.talend.com/ * - * Restlet is a registered trademark of Talend S.A. + * Restlet is a registered trademark of QlikTech International AB. */ package org.restlet; diff --git a/modules/org.restlet/src/main/java/org/restlet/Component.xsd b/modules/org.restlet/src/main/java/org/restlet/Component.xsd index e213de8fbc..7e191e747c 100644 --- a/modules/org.restlet/src/main/java/org/restlet/Component.xsd +++ b/modules/org.restlet/src/main/java/org/restlet/Component.xsd @@ -4,7 +4,7 @@ elementFormDefault="qualified">