Skip to content

Instantly share code, notes, and snippets.

@gamerson
Created July 23, 2021 14:55
Show Gist options
  • Save gamerson/12e60743b513b236e17a2a8e1064ef53 to your computer and use it in GitHub Desktop.
Save gamerson/12e60743b513b236e17a2a8e1064ef53 to your computer and use it in GitHub Desktop.
Lugbot `/tasks` Example #2 - Large proposals
[
{
"finishTime": 1627051481133,
"id": 4,
"name": "Bug Prevention",
"projectId": 1,
"startTime": 1627051458149,
"state": "COMPLETED_SUCCESS"
},
{
"finishTime": 1627051497895,
"id": 5,
"name": "Performance",
"projectId": 1,
"startTime": 1627051481133,
"state": "COMPLETED_SUCCESS"
},
{
"finishTime": 1627051533742,
"id": 7,
"name": "Code Upgrade Proposal: upgrade-workspace-version_UpgradeWorkspacePluginVersion",
"projectId": 1,
"proposal": {
"action": "upgrade workspace plugin version to latest",
"baseBranchName": "lugbotTest",
"body": "<p>A new version of Liferay Workspace Gradle plugin is available. This change updates the gradle build to use this new version. Sometimes additional changes are necessasry to take full advantage of the new features in this new plugin version. Please consult the plugin’s https://github.com/liferay/liferay-portal/blob/master/modules/sdk/gradle-plugins-workspace/README.markdown and https://github.com/liferay/liferay-portal/blob/master/modules/sdk/gradle-plugins-workspace/CHANGELOG.markdown to see additional information related to this new version.</p> ",
"branchName": "lugbot_upgrade-workspace-version_UpgradeWorkspacePluginVersion",
"commitComments": {},
"diffContent": "diff --git a/liferay-workspace/settings.gradle b/liferay-workspace/settings.gradle\nindex 9557146..f9ae735 100644\n--- a/liferay-workspace/settings.gradle\n+++ b/liferay-workspace/settings.gradle\n@@ -1,6 +1,6 @@\n buildscript {\n \tdependencies {\n-\t\tclasspath group: \"com.liferay\", name: \"com.liferay.gradle.plugins.workspace\", version: \"3.4.2\"\n+\t\tclasspath group: \"com.liferay\", name: \"com.liferay.gradle.plugins.workspace\", version: \"3.4.12\"\n \t\tclasspath group: \"net.saliman\", name: \"gradle-properties-plugin\", version: \"1.4.6\"\n \t}\n \n",
"id": 2,
"mergeAdvice": "recommended",
"name": "UpgradeWorkspacePluginVersion",
"title": "Upgrade workspace plugin version to 3.4.12"
},
"startTime": 1627051510405,
"state": "COMPLETED_SUCCESS"
},
{
"finishTime": 1627051559933,
"id": 8,
"name": "Code Upgrade Proposal: use-target-platform_UseTargetPlatform",
"projectId": 1,
"proposal": {
"action": "adopt workspace product key and target platform dependency management",
"baseBranchName": "lugbotTest",
"body": "<p>Use target platform. TBD…</p> ",
"branchName": "lugbot_use-target-platform_UseTargetPlatform",
"commitComments": {},
"diffContent": "diff --git a/liferay-workspace/gradle.properties b/liferay-workspace/gradle.properties\nindex 3eb369b..933c138 100644\n--- a/liferay-workspace/gradle.properties\n+++ b/liferay-workspace/gradle.properties\n@@ -1,3 +1,3 @@\n liferay.workspace.modules.dir=modules\n microsoft.translator.subscription.key=\n-liferay.workspace.product = dxp-7.3-sp1\n+liferay.workspace.product = dxp-7.3-sp2\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/build.gradle b/liferay-workspace/modules/evp/evp-portlet/build.gradle\nindex 0771580..f22746a 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/build.gradle\n+++ b/liferay-workspace/modules/evp/evp-portlet/build.gradle\n@@ -18,18 +18,18 @@\n \tcssBuilder group: \"com.liferay\", name: \"com.liferay.css.builder\", version: \"3.0.2\"\n \n \tportalCommonCSS group: \"com.liferay\", name: \"com.liferay.frontend.css.common\"\n-\tcompile group: \"org.apache.xmlbeans\", name: \"xmlbeans\", version: \"2.6.0\"\n-\tcompile group: \"commons-logging\", name: \"commons-logging\", version: \"1.1.3\"\n-\tcompile group: \"log4j\", name: \"log4j\", version: \"1.2.17\"\n+\tcompile group: \"org.apache.xmlbeans\", name: \"xmlbeans\"\n+\tcompile group: \"commons-logging\", name: \"commons-logging\"\n+\tcompile group: \"log4j\", name: \"log4j\"\n \tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.bridges\"\n \tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.java\"\n-\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.taglib\", version: \"5.3.5\"\n-\tcompile group: \"dom4j\", name: \"dom4j\", version: \"1.6.1\"\n+\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.taglib\"\n+\tcompile group: \"dom4j\", name: \"dom4j\"\n \tcompile group: \"javax.servlet.jsp.jstl\", name: \"jstl-api\", version: \"1.2\"\n \tcompile group: \"org.glassfish.web\", name: \"jstl-impl\", version: \"1.2\"\n-\tcompile group: \"org.apache.poi\", name: \"poi\", version: \"3.9\"\n-\tcompile group: \"org.apache.poi\", name: \"poi-ooxml\", version: \"3.9\"\n-\tcompile group: \"org.apache.poi\", name: \"poi-ooxml-schemas\", version: \"3.9\"\n+\tcompile group: \"org.apache.poi\", name: \"poi\"\n+\tcompile group: \"org.apache.poi\", name: \"poi-ooxml\"\n+\tcompile group: \"org.apache.poi\", name: \"poi-ooxml-schemas\"\n \tcompile rootProject.files(\"libs/stax-api.jar\")\n \tcompileOnly project(\":modules:evp:evp-api\")\n \n",
"id": 3,
"mergeAdvice": "recommended",
"name": "UseTargetPlatform",
"title": "Use workspace product key: dxp-7.3-sp2 and update all build.gradle files to use dependency management."
},
"startTime": 1627051533743,
"state": "COMPLETED_SUCCESS"
},
{
"finishTime": 1627051584202,
"id": 9,
"name": "Code Upgrade Proposal: use-release-api_UseReleaseApi",
"projectId": 1,
"proposal": {
"action": "Set workspace product key and release api jar",
"baseBranchName": "lugbotTest",
"body": "<p>Use release api jar. TBD…</p> ",
"branchName": "lugbot_use-release-api_UseReleaseApi",
"commitComments": {},
"diffContent": "diff --git a/liferay-workspace/gradle.properties b/liferay-workspace/gradle.properties\nindex 3eb369b..933c138 100644\n--- a/liferay-workspace/gradle.properties\n+++ b/liferay-workspace/gradle.properties\n@@ -1,3 +1,3 @@\n liferay.workspace.modules.dir=modules\n microsoft.translator.subscription.key=\n-liferay.workspace.product = dxp-7.3-sp1\n+liferay.workspace.product = dxp-7.3-sp2\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/build.gradle b/liferay-workspace/modules/evp/evp-portlet/build.gradle\nindex 0771580..2c95cf6 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/build.gradle\n+++ b/liferay-workspace/modules/evp/evp-portlet/build.gradle\n@@ -21,9 +21,6 @@\n \tcompile group: \"org.apache.xmlbeans\", name: \"xmlbeans\", version: \"2.6.0\"\n \tcompile group: \"commons-logging\", name: \"commons-logging\", version: \"1.1.3\"\n \tcompile group: \"log4j\", name: \"log4j\", version: \"1.2.17\"\n-\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.bridges\"\n-\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.java\"\n-\tcompile group: \"com.liferay.portal\", name: \"com.liferay.util.taglib\", version: \"5.3.5\"\n \tcompile group: \"dom4j\", name: \"dom4j\", version: \"1.6.1\"\n \tcompile group: \"javax.servlet.jsp.jstl\", name: \"jstl-api\", version: \"1.2\"\n \tcompile group: \"org.glassfish.web\", name: \"jstl-impl\", version: \"1.2\"\n",
"id": 4,
"mergeAdvice": "recommended",
"name": "UseReleaseApi",
"title": "Update all build.gradle files to use release.portal.api."
},
"startTime": 1627051559933,
"state": "COMPLETED_SUCCESS"
},
{
"finishTime": 1627051635929,
"id": 10,
"name": "Code Upgrade Proposal: auto-correct-breaking-changes_AutoCorrectBreakingChanges",
"projectId": 1,
"startTime": 1627051584202,
"state": "COMPLETED_SUCCESS"
},
{
"finishTime": 1627051874467,
"id": 11,
"name": "Code Upgrade Proposal: find-breaking-changes_FindBreakingChanges",
"projectId": 1,
"proposal": {
"action": "find breaking changes",
"baseBranchName": "lugbotTest",
"body": "<p>The source code in this repositoriy has been analyzed and some of the breaking changes that could not automatically be fixed have been marked with a code comment like this:</p> <pre><code>// FIXME: ...\n</code></pre><p>A link to more detailed information regarding this breaking change has been included.</p><p></p><details> \n <summary>Breaking changes reported in the enclosed commits</summary> \n <br> - d036dde23db8e726b4b0f73feaf8b513256c1a3e- d036dde23db8e726b4b0f73feaf8b513256c1a3e- d036dde23db8e726b4b0f73feaf8b513256c1a3e- d036dde23db8e726b4b0f73feaf8b513256c1a3e- d036dde23db8e726b4b0f73feaf8b513256c1a3e- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- f13f6b65fef5881883a14da6a92eadc85522d973- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63- 703058c2e4d5a6e75285d21eb3b50e1899253d63 \n</details><p></p> ",
"branchName": "lugbot_find-breaking-changes_FindBreakingChanges",
"commitComments": {
"d036dde23db8e726b4b0f73feaf8b513256c1a3e": [
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/META-INF/custom_jsps/html/taglib/ui/icon_help/page.jsp",
"html": " <ul> \n <li><strong>Date:</strong> 2014-Mar-07</li> \n <li><strong>JIRA Ticket:</strong> LPS-44342</li> \n</ul><a href=\"#what-changed-1\" id=\"what-changed-1\"><h4>What changed? </h4></a><p>All the methods <code>get()</code> and <code>format()</code> which had the PortletConfig as a parameter have been removed.</p><a href=\"#who-is-affected-1\" id=\"who-is-affected-1\"><h4>Who is affected? </h4></a><p>Any invocations from Java classes or JSPs to these methods in <code>LanguageUtil</code> and <code>UnicodeLanguageUtil</code> are affected.</p><a href=\"#how-should-i-update-my-code-1\" id=\"how-should-i-update-my-code-1\"><h4>How should I update my code? </h4></a><p>Replace invocations to these methods with invocations to methods of the same name that take a <code>ResourceBundle</code> parameter, instead of taking a <code>PortletConfig</code> parameter.</p><p><strong>Example</strong></p><p>Old call:</p> <pre><code>LanguageUtil.get(portletConfig, locale, key);\n</code></pre><p>New call:</p> <pre><code>LanguageUtil.get(portletConfig.getResourceBundle(locale), key);\n</code></pre><a href=\"#why-was-this-change-made-1\" id=\"why-was-this-change-made-1\"><h4>Why was this change made? </h4></a><p>The removed methods didn’t work properly and would never work properly, since they didn’t have all the information they required. Since we expected the methods were rarely used, we thought it better to remove them without deprecation than to leave them as buggy methods in the API.</p> ",
"lineNumber": 22,
"title": "PortletConfig get/format methods"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/divisions/search_container.jsp",
"html": " <ul> \n <li><strong>Date:</strong> 2014-Mar-07</li> \n <li><strong>JIRA Ticket:</strong> LPS-44342</li> \n</ul><a href=\"#what-changed-1\" id=\"what-changed-1\"><h4>What changed? </h4></a><p>All the methods <code>get()</code> and <code>format()</code> which had the PortletConfig as a parameter have been removed.</p><a href=\"#who-is-affected-1\" id=\"who-is-affected-1\"><h4>Who is affected? </h4></a><p>Any invocations from Java classes or JSPs to these methods in <code>LanguageUtil</code> and <code>UnicodeLanguageUtil</code> are affected.</p><a href=\"#how-should-i-update-my-code-1\" id=\"how-should-i-update-my-code-1\"><h4>How should I update my code? </h4></a><p>Replace invocations to these methods with invocations to methods of the same name that take a <code>ResourceBundle</code> parameter, instead of taking a <code>PortletConfig</code> parameter.</p><p><strong>Example</strong></p><p>Old call:</p> <pre><code>LanguageUtil.get(portletConfig, locale, key);\n</code></pre><p>New call:</p> <pre><code>LanguageUtil.get(portletConfig.getResourceBundle(locale), key);\n</code></pre><a href=\"#why-was-this-change-made-1\" id=\"why-was-this-change-made-1\"><h4>Why was this change made? </h4></a><p>The removed methods didn’t work properly and would never work properly, since they didn’t have all the information they required. Since we expected the methods were rarely used, we thought it better to remove them without deprecation than to leave them as buggy methods in the API.</p> ",
"lineNumber": 50,
"title": "PortletConfig get/format methods"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/divisions/search_container.jsp",
"html": " <ul> \n <li><strong>Date:</strong> 2014-Mar-07</li> \n <li><strong>JIRA Ticket:</strong> LPS-44342</li> \n</ul><a href=\"#what-changed-1\" id=\"what-changed-1\"><h4>What changed? </h4></a><p>All the methods <code>get()</code> and <code>format()</code> which had the PortletConfig as a parameter have been removed.</p><a href=\"#who-is-affected-1\" id=\"who-is-affected-1\"><h4>Who is affected? </h4></a><p>Any invocations from Java classes or JSPs to these methods in <code>LanguageUtil</code> and <code>UnicodeLanguageUtil</code> are affected.</p><a href=\"#how-should-i-update-my-code-1\" id=\"how-should-i-update-my-code-1\"><h4>How should I update my code? </h4></a><p>Replace invocations to these methods with invocations to methods of the same name that take a <code>ResourceBundle</code> parameter, instead of taking a <code>PortletConfig</code> parameter.</p><p><strong>Example</strong></p><p>Old call:</p> <pre><code>LanguageUtil.get(portletConfig, locale, key);\n</code></pre><p>New call:</p> <pre><code>LanguageUtil.get(portletConfig.getResourceBundle(locale), key);\n</code></pre><a href=\"#why-was-this-change-made-1\" id=\"why-was-this-change-made-1\"><h4>Why was this change made? </h4></a><p>The removed methods didn’t work properly and would never work properly, since they didn’t have all the information they required. Since we expected the methods were rarely used, we thought it better to remove them without deprecation than to leave them as buggy methods in the API.</p> ",
"lineNumber": 111,
"title": "PortletConfig get/format methods"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/service_requests/edit.jsp",
"html": " <ul> \n <li><strong>Date:</strong> 2014-Mar-07</li> \n <li><strong>JIRA Ticket:</strong> LPS-44342</li> \n</ul><a href=\"#what-changed-1\" id=\"what-changed-1\"><h4>What changed? </h4></a><p>All the methods <code>get()</code> and <code>format()</code> which had the PortletConfig as a parameter have been removed.</p><a href=\"#who-is-affected-1\" id=\"who-is-affected-1\"><h4>Who is affected? </h4></a><p>Any invocations from Java classes or JSPs to these methods in <code>LanguageUtil</code> and <code>UnicodeLanguageUtil</code> are affected.</p><a href=\"#how-should-i-update-my-code-1\" id=\"how-should-i-update-my-code-1\"><h4>How should I update my code? </h4></a><p>Replace invocations to these methods with invocations to methods of the same name that take a <code>ResourceBundle</code> parameter, instead of taking a <code>PortletConfig</code> parameter.</p><p><strong>Example</strong></p><p>Old call:</p> <pre><code>LanguageUtil.get(portletConfig, locale, key);\n</code></pre><p>New call:</p> <pre><code>LanguageUtil.get(portletConfig.getResourceBundle(locale), key);\n</code></pre><a href=\"#why-was-this-change-made-1\" id=\"why-was-this-change-made-1\"><h4>Why was this change made? </h4></a><p>The removed methods didn’t work properly and would never work properly, since they didn’t have all the information they required. Since we expected the methods were rarely used, we thought it better to remove them without deprecation than to leave them as buggy methods in the API.</p> ",
"lineNumber": 431,
"title": "PortletConfig get/format methods"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/service_requests/verify.jsp",
"html": " <ul> \n <li><strong>Date:</strong> 2014-Mar-07</li> \n <li><strong>JIRA Ticket:</strong> LPS-44342</li> \n</ul><a href=\"#what-changed-1\" id=\"what-changed-1\"><h4>What changed? </h4></a><p>All the methods <code>get()</code> and <code>format()</code> which had the PortletConfig as a parameter have been removed.</p><a href=\"#who-is-affected-1\" id=\"who-is-affected-1\"><h4>Who is affected? </h4></a><p>Any invocations from Java classes or JSPs to these methods in <code>LanguageUtil</code> and <code>UnicodeLanguageUtil</code> are affected.</p><a href=\"#how-should-i-update-my-code-1\" id=\"how-should-i-update-my-code-1\"><h4>How should I update my code? </h4></a><p>Replace invocations to these methods with invocations to methods of the same name that take a <code>ResourceBundle</code> parameter, instead of taking a <code>PortletConfig</code> parameter.</p><p><strong>Example</strong></p><p>Old call:</p> <pre><code>LanguageUtil.get(portletConfig, locale, key);\n</code></pre><p>New call:</p> <pre><code>LanguageUtil.get(portletConfig.getResourceBundle(locale), key);\n</code></pre><a href=\"#why-was-this-change-made-1\" id=\"why-was-this-change-made-1\"><h4>Why was this change made? </h4></a><p>The removed methods didn’t work properly and would never work properly, since they didn’t have all the information they required. Since we expected the methods were rarely used, we thought it better to remove them without deprecation than to leave them as buggy methods in the API.</p> ",
"lineNumber": 175,
"title": "PortletConfig get/format methods"
}
],
"f13f6b65fef5881883a14da6a92eadc85522d973": [
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/filter/EVPFilter.java",
"html": "@deprecated As of Judson (7.1.x)",
"lineNumber": 50,
"title": "@deprecated As of Judson (7.1.x)"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/filter/EVPFilter.java",
"html": "@deprecated As of Judson (7.1.x)",
"lineNumber": 51,
"title": "@deprecated As of Judson (7.1.x)"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_0_0/UpgradeEVPEmployee.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 47,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPGrantRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 277,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPGrantRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 320,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPGrantRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 382,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPGrantRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 448,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPRequestOrganization.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 116,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPServiceRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 273,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPServiceRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 331,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeKaleo.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 49,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeUser.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 127,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPGrantRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 237,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPGrantRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 280,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPGrantRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 342,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPGrantRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 408,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPRequestOrganization.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 120,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPServiceRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 229,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPServiceRequest.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 287,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeResource.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 38,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeResource.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 67,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeUser.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 185,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_5_0/UpgradeUser.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}",
"lineNumber": 45,
"title": "@deprecated As of Judson (7.1.x), replaced by {#getConnection()}"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/servlet/EVPServletContextListener.java",
"html": "@deprecated As of Judson (7.1.x)",
"lineNumber": 170,
"title": "@deprecated As of Judson (7.1.x)"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/servlet/EVPServletContextListener.java",
"html": "@deprecated As of Judson (7.1.x)",
"lineNumber": 175,
"title": "@deprecated As of Judson (7.1.x)"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/util/EVPPortalUtil.java",
"html": "@deprecated As of Judson (7.1.x)",
"lineNumber": 78,
"title": "@deprecated As of Judson (7.1.x)"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/util/EVPWorkflowUtil.java",
"html": "@deprecated As of Judson (7.1.x), replaced by {#deployWorkflowDefinition(long,long,String,String,byte[])}",
"lineNumber": 91,
"title": "@deprecated As of Judson (7.1.x), replaced by {#deployWorkflowDefinition(long,long,String,String,byte[])}"
}
],
"703058c2e4d5a6e75285d21eb3b50e1899253d63": [
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPDivisionModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 255,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPEmployeeModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 251,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPEmployeeModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 314,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPEmployeeModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 339,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantRequestModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 384,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantRequestModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 459,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantRequestModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 649,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantTransactionModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 303,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPKaleoForkInstanceModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 240,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPRequestOrganizationModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 280,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPServiceRequestModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 508,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPServiceRequestModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 583,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPServiceRequestModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 614,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
},
{
"file": "/repo/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPServiceRequestModelImpl.java",
"html": "@deprecated As of Wilberforce (7.0.x), with no direct replacement",
"lineNumber": 974,
"title": "@deprecated As of Wilberforce (7.0.x), with no direct replacement"
}
]
},
"diffContent": "diff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/filter/EVPFilter.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/filter/EVPFilter.java\nindex d4aa89d..0191fa3 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/filter/EVPFilter.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/filter/EVPFilter.java\n@@ -48,7 +48,7 @@\n \t\tString ppid = request.getParameter(\"p_p_id\");\n \n \t\tif (Validator.equals(ppid, PortletKeys.FAST_LOGIN) || // FIXME: @deprecated As of Judson (7.1.x)\n-\t\t\tValidator.equals(ppid, PortletKeys.LOGIN)) { // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x)\n+\t\t\tValidator.equals(ppid, PortletKeys.LOGIN)) { // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x)\n \n \t\t\treturn false;\n \t\t}\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_0_0/UpgradeEVPEmployee.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_0_0/UpgradeEVPEmployee.java\nindex 6b0e455..32b825b 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_0_0/UpgradeEVPEmployee.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_0_0/UpgradeEVPEmployee.java\n@@ -44,7 +44,7 @@\n \t\tResultSet rs = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps = con.prepareStatement(\"select * from EVPUser\");\n \ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPGrantRequest.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPGrantRequest.java\nindex 0a406a4..1a05b79 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPGrantRequest.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPGrantRequest.java\n@@ -274,7 +274,7 @@\n \t\tsb.append(requestId);\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tfor (String tableName : tableNames) {\n \t\t\t\tsb.setStringAt(tableName, 1);\n@@ -317,7 +317,7 @@\n \t\tResultSet rs = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps = con.prepareStatement(\n \t\t\t\t\"select fileEntryId from evp_RequestFile where requestId = \" +\n@@ -379,7 +379,7 @@\n \t\tsb.append(requestId);\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tfor (String tableName : tableNames) {\n \t\t\t\tsb.setStringAt(tableName, 2);\n@@ -445,7 +445,7 @@\n \t\tPreparedStatement ps2 = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps2 = con.prepareStatement(\n \t\t\t\t\"select * from evp_GrantTransaction where requestId = ?\");\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPRequestOrganization.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPRequestOrganization.java\nindex ceaabc8..98b4cff 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPRequestOrganization.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPRequestOrganization.java\n@@ -113,7 +113,7 @@\n \t\tResultSet rs = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps = con.prepareStatement(\n \t\t\t\t\"select requestOrganizationId from \" + tableName);\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPServiceRequest.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPServiceRequest.java\nindex ae87154..b5e00e4 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPServiceRequest.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeEVPServiceRequest.java\n@@ -270,7 +270,7 @@\n \t\tsb.append(requestId);\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tfor (String tableName : tableNames) {\n \t\t\t\tsb.setStringAt(tableName, 2);\n@@ -328,7 +328,7 @@\n \t\tPreparedStatement ps2 = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps2 = con.prepareStatement(\n \t\t\t\t\"select * from evp_GeneralVolunteerServiceCompletion where \" +\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeKaleo.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeKaleo.java\nindex b2d3163..b31f496 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeKaleo.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeKaleo.java\n@@ -46,7 +46,7 @@\n \n \t\tfor (String tableName : _TABLE_NAMES) {\n \t\t\ttry {\n-\t\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\t\tps = con.prepareStatement(\"delete from \" + tableName);\n \ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeUser.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeUser.java\nindex a8e04fa..b0d84be 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeUser.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_1_0/UpgradeUser.java\n@@ -124,7 +124,7 @@\n \t\tResultSet rs = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps = con.prepareStatement(\"select requestId from \" + tableName);\n \ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPGrantRequest.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPGrantRequest.java\nindex 8831a5d..48ddd81 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPGrantRequest.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPGrantRequest.java\n@@ -234,7 +234,7 @@\n \t\tsb.append(requestId);\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tfor (String tableName : tableNames) {\n \t\t\t\tsb.setStringAt(tableName, 1);\n@@ -277,7 +277,7 @@\n \t\tResultSet rs = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps = con.prepareStatement(\n \t\t\t\t\"select fileEntryId from evp_RequestFile where requestId = \" +\n@@ -339,7 +339,7 @@\n \t\tsb.append(requestId);\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tfor (String tableName : tableNames) {\n \t\t\t\tsb.setStringAt(tableName, 2);\n@@ -405,7 +405,7 @@\n \t\tPreparedStatement ps2 = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps2 = con.prepareStatement(\n \t\t\t\t\"select * from evp_GrantTransaction where requestId = ?\");\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPRequestOrganization.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPRequestOrganization.java\nindex f9ce93c..4218a5d 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPRequestOrganization.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPRequestOrganization.java\n@@ -117,7 +117,7 @@\n \t\tResultSet rs = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps = con.prepareStatement(\n \t\t\t\t\"select requestOrganizationId from \" + tableName);\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPServiceRequest.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPServiceRequest.java\nindex 08da08e..45a00ff 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPServiceRequest.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeEVPServiceRequest.java\n@@ -226,7 +226,7 @@\n \t\tsb.append(requestId);\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tfor (String tableName : tableNames) {\n \t\t\t\tsb.setStringAt(tableName, 2);\n@@ -284,7 +284,7 @@\n \t\tPreparedStatement ps2 = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps2 = con.prepareStatement(\n \t\t\t\t\"select * from evp_GeneralVolunteerServiceCompletion where \" +\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeResource.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeResource.java\nindex 13e37ce..f8a8b2f 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeResource.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeResource.java\n@@ -35,7 +35,7 @@\n \t\tResultSet rs = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps = con.prepareStatement(\"select * from EVPGrantRequest\");\n \n@@ -64,7 +64,7 @@\n \t\tResultSet rs = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps = con.prepareStatement(\"select * from EVPServiceRequest\");\n \ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeUser.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeUser.java\nindex e8d556d..488fadb 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeUser.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_4_0/UpgradeUser.java\n@@ -182,7 +182,7 @@\n \t\tResultSet rs = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tps = con.prepareStatement(\"select requestId from \" + tableName);\n \ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_5_0/UpgradeUser.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_5_0/UpgradeUser.java\nindex f0b985a..5a8e8d0 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_5_0/UpgradeUser.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/hook/upgrade/v1_5_0/UpgradeUser.java\n@@ -42,7 +42,7 @@\n \t\tResultSet rs = null;\n \n \t\ttry {\n-\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n+\t\t\tcon = DataAccess.getUpgradeOptimizedConnection(); // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#getConnection()}\n \n \t\t\tStringBundler sb = new StringBundler(6);\n \ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPDivisionModelImpl.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPDivisionModelImpl.java\nindex 9b196c5..908a6eb 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPDivisionModelImpl.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPDivisionModelImpl.java\n@@ -252,7 +252,7 @@\n \n \t@Override\n \tpublic String getUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t}\n \n \t@Override\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPEmployeeModelImpl.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPEmployeeModelImpl.java\nindex a80cfa6..a907beb 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPEmployeeModelImpl.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPEmployeeModelImpl.java\n@@ -248,7 +248,7 @@\n \n \t@Override\n \tpublic String getUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t}\n \n \t@Override\n@@ -311,7 +311,7 @@\n \n \t@Override\n \tpublic String getEmployeeUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getEmployeeUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getEmployeeUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t\t\t_employeeUserUuid);\n \t}\n \n@@ -336,7 +336,7 @@\n \n \t@Override\n \tpublic String getManagerUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getManagerUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getManagerUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t\t\t_managerUserUuid);\n \t}\n \ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantRequestModelImpl.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantRequestModelImpl.java\nindex 941c252..a561ff7 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantRequestModelImpl.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantRequestModelImpl.java\n@@ -381,7 +381,7 @@\n \n \t@Override\n \tpublic String getUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t}\n \n \t@Override\n@@ -456,7 +456,7 @@\n \n \t@Override\n \tpublic String getContactUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getContactUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getContactUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t\t\t_contactUserUuid);\n \t}\n \n@@ -646,7 +646,7 @@\n \n \t@Override\n \tpublic String getStatusByUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getStatusByUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getStatusByUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t\t\t_statusByUserUuid);\n \t}\n \ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantTransactionModelImpl.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantTransactionModelImpl.java\nindex e33b7e1..9fc5919 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantTransactionModelImpl.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPGrantTransactionModelImpl.java\n@@ -300,7 +300,7 @@\n \n \t@Override\n \tpublic String getUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t}\n \n \t@Override\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPKaleoForkInstanceModelImpl.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPKaleoForkInstanceModelImpl.java\nindex e3d9350..7284d91 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPKaleoForkInstanceModelImpl.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPKaleoForkInstanceModelImpl.java\n@@ -237,7 +237,7 @@\n \n \t@Override\n \tpublic String getUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t}\n \n \t@Override\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPRequestOrganizationModelImpl.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPRequestOrganizationModelImpl.java\nindex 7f7d749..ef18d82 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPRequestOrganizationModelImpl.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPRequestOrganizationModelImpl.java\n@@ -277,7 +277,7 @@\n \n \t@Override\n \tpublic String getUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t}\n \n \t@Override\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPServiceRequestModelImpl.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPServiceRequestModelImpl.java\nindex 21c4aa0..18959bc 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPServiceRequestModelImpl.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/model/impl/EVPServiceRequestModelImpl.java\n@@ -505,7 +505,7 @@\n \n \t@Override\n \tpublic String getUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getUserId(), \"uuid\", _userUuid); // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t}\n \n \t@Override\n@@ -580,7 +580,7 @@\n \n \t@Override\n \tpublic String getContactUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getContactUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getContactUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t\t\t_contactUserUuid);\n \t}\n \n@@ -611,7 +611,7 @@\n \n \t@Override\n \tpublic String getManagerUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getManagerUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getManagerUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t\t\t_managerUserUuid);\n \t}\n \n@@ -971,7 +971,7 @@\n \n \t@Override\n \tpublic String getStatusByUserUuid() throws SystemException {\n-\t\treturn PortalUtil.getUserValue(getStatusByUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n+\t\treturn PortalUtil.getUserValue(getStatusByUserId(), \"uuid\", // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement // FIXME: @deprecated As of Wilberforce (7.0.x), with no direct replacement\n \t\t\t_statusByUserUuid);\n \t}\n \ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/servlet/EVPServletContextListener.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/servlet/EVPServletContextListener.java\nindex 5bf0189..a056301 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/servlet/EVPServletContextListener.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/servlet/EVPServletContextListener.java\n@@ -167,12 +167,12 @@\n \t}\n \n \tprotected int getRoleLabelType(String roleLabel) {\n-\t\tif (Validator.equals( // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x)\n+\t\tif (Validator.equals( // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x)\n \t\t\t\troleLabel, RoleConstants.TYPE_ORGANIZATION_LABEL)) {\n \n \t\t\treturn RoleConstants.TYPE_ORGANIZATION;\n \t\t}\n-\t\telse if (Validator.equals(roleLabel, RoleConstants.TYPE_SITE_LABEL)) { // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x)\n+\t\telse if (Validator.equals(roleLabel, RoleConstants.TYPE_SITE_LABEL)) { // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x)\n \t\t\treturn RoleConstants.TYPE_SITE;\n \t\t}\n \t\telse {\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/util/EVPPortalUtil.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/util/EVPPortalUtil.java\nindex cd6574e..a1b9848 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/util/EVPPortalUtil.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/util/EVPPortalUtil.java\n@@ -75,7 +75,7 @@\n \t\tList<ListType> listTypes = ListTypeServiceUtil.getListTypes(type);\n \n \t\tfor (ListType listType : listTypes) {\n-\t\t\tif (Validator.equals(listType.getName(), name)) { // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x)\n+\t\t\tif (Validator.equals(listType.getName(), name)) { // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x) // FIXME: @deprecated As of Judson (7.1.x)\n \t\t\t\treturn listType.getListTypeId();\n \t\t\t}\n \t\t}\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/util/EVPWorkflowUtil.java b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/util/EVPWorkflowUtil.java\nindex ab92ff9..96f5ad4 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/util/EVPWorkflowUtil.java\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/java/com/liferay/evp/util/EVPWorkflowUtil.java\n@@ -88,7 +88,7 @@\n \t\t\tbyte[] bytes = FileUtil.getBytes(inputStream);\n \n \t\t\tWorkflowDefinition workflowDefinition =\n-\t\t\t\tWorkflowDefinitionManagerUtil.deployWorkflowDefinition( // FIXME: @deprecated As of Judson (7.1.x), replaced by {#deployWorkflowDefinition(long,long,String,String,byte[])} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#deployWorkflowDefinition(long,long,String,String,byte[])}\n+\t\t\t\tWorkflowDefinitionManagerUtil.deployWorkflowDefinition( // FIXME: @deprecated As of Judson (7.1.x), replaced by {#deployWorkflowDefinition(long,long,String,String,byte[])} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#deployWorkflowDefinition(long,long,String,String,byte[])} // FIXME: @deprecated As of Judson (7.1.x), replaced by {#deployWorkflowDefinition(long,long,String,String,byte[])}\n \t\t\t\t\tcompanyId, userId, title, bytes);\n \n \t\t\tWorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/META-INF/custom_jsps/html/taglib/ui/icon_help/page.jsp b/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/META-INF/custom_jsps/html/taglib/ui/icon_help/page.jsp\nindex f9ddd1c..b2cd8e4 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/META-INF/custom_jsps/html/taglib/ui/icon_help/page.jsp\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/META-INF/custom_jsps/html/taglib/ui/icon_help/page.jsp\n@@ -19,5 +19,5 @@\n <span class=\"taglib-icon-help\">\n \t<img alt=\"\" aria-labelledby=\"randomId\" onBlur=\"Liferay.Portal.ToolTip.hide();\" onFocus=\"Liferay.Portal.ToolTip.show(this);\" onMouseOver=\"Liferay.Portal.ToolTip.show(this);\" src=\"<%= imagePath %>\" />\n \n-\t<span class=\"hide-accessible tooltip-text\" id=\"randomId\"><%= LanguageUtil.get(pageContext, message) %></span> <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%>\n+\t<span class=\"hide-accessible tooltip-text\" id=\"randomId\"><%= LanguageUtil.get(pageContext, message) %></span> <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%>\n </span>\n\\ No newline at end of file\ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/divisions/search_container.jsp b/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/divisions/search_container.jsp\nindex f548d6e..d4b186d 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/divisions/search_container.jsp\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/divisions/search_container.jsp\n@@ -47,7 +47,7 @@\n \t\t\t\t\t\t<portlet:param name=\"id\" value=\"${evpDivisionComposite.evpDivisionId}\" />\n \t\t\t\t\t</portlet:renderURL>\n \n-\t\t\t\t\t<c:set value='<%= UnicodeLanguageUtil.get(pageContext, \"subsidiary-configuration\") %>' var=\"configureEVPDivisionURLTitle\" /> <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%>\n+\t\t\t\t\t<c:set value='<%= UnicodeLanguageUtil.get(pageContext, \"subsidiary-configuration\") %>' var=\"configureEVPDivisionURLTitle\" /> <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%>\n \n \t\t\t\t\t<c:set value=\"javascript:Liferay.Portlet.EVP.openWindow('${configureEVPDivisionURL}', '${configureEVPDivisionURLTitle}', true, 1000)\" var=\"configureEVPDivisionURL\" />\n \n@@ -108,7 +108,7 @@\n \t\t\t\t\t\t<portlet:param name=\"id\" value=\"${evpDivisionComposite.evpDivisionId}\" />\n \t\t\t\t\t</portlet:renderURL>\n \n-\t\t\t\t\t<c:set value='<%= UnicodeLanguageUtil.get(pageContext, \"import-user-from-ldap\") %>' var=\"importUserURLTitle\" /> <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%>\n+\t\t\t\t\t<c:set value='<%= UnicodeLanguageUtil.get(pageContext, \"import-user-from-ldap\") %>' var=\"importUserURLTitle\" /> <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%>\n \n \t\t\t\t\t<c:set value=\"javascript:Liferay.Portlet.EVP.openWindow('${importUserURL}', '${importUserURLTitle}', true, 400, 400)\" var=\"importUserURL\" />\n \ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/service_requests/edit.jsp b/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/service_requests/edit.jsp\nindex 399b6de..d18fe28 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/service_requests/edit.jsp\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/service_requests/edit.jsp\n@@ -428,7 +428,7 @@\n \t\t\t<portlet:namespace />minimumRequiredHours: '<liferay-ui:message arguments=\"${evpServiceRequestComposite.getCreatorSubsidiaryProperty(PortletPropsKeys.SUBSIDIARY_CONFIGURATION_MINIMUM_PART_TIME_WORKING_HOURS_PER_WEEK)}\" key=\"the-minimum-part-time-hours-required-is-x\" />',\n \t\t\t<portlet:namespace />validEndDate: '<liferay-ui:message key=\"the-requested-end-date-must-be-after-or-equal-to-the-request-start-date\" unicode=\"${true}\" />',\n \t\t\t<portlet:namespace />validStartDate: '<liferay-ui:message key=\"the-requested-start-date-must-be-after-today's-date\" />',\n-\t\t\t<portlet:namespace />validZip: '<%= UnicodeLanguageUtil.get(pageContext, \"the-zip-is-invalid\") %>' <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%>\n+\t\t\t<portlet:namespace />validZip: '<%= UnicodeLanguageUtil.get(pageContext, \"the-zip-is-invalid\") %>' <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%>\n \t\t}\n \t);\n \ndiff --git a/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/service_requests/verify.jsp b/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/service_requests/verify.jsp\nindex 3ce59b1..a6b49ad 100644\n--- a/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/service_requests/verify.jsp\n+++ b/liferay-workspace/modules/evp/evp-portlet/src/main/webapp/WEB-INF/jsp/evp/views/service_requests/verify.jsp\n@@ -172,7 +172,7 @@\n \t\t\t}\n \t\t};\n \n-\t\tformValidator.STRINGS.validEndDate = '<%= UnicodeLanguageUtil.get(pageContext, \"the-end-date-must-be-after-or-equal-to-the-start-date\") %>'; <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%>\n+\t\tformValidator.STRINGS.validEndDate = '<%= UnicodeLanguageUtil.get(pageContext, \"the-end-date-must-be-after-or-equal-to-the-start-date\") %>'; <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%> <%-- FIXME: PortletConfig get/format methods --%>\n \n \t\tvar rules = {\n \t\t};\n",
"id": 6,
"mergeAdvice": "review%20required",
"name": "FindBreakingChanges",
"title": "Found some breaking changes from Liferay 6.2.0 to 7.3.0"
},
"startTime": 1627051635929,
"state": "COMPLETED_SUCCESS"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment