Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lps 203810 1 8 pr2 sf #264

Closed
wants to merge 9,691 commits into from
Closed

Lps 203810 1 8 pr2 sf #264

wants to merge 9,691 commits into from

Conversation

JanisZhang
Copy link
Owner

No description provided.

@liferay-continuous-integration
Copy link
Collaborator

❌ ci:test:sf - 0 out of 1 jobs passed in 4 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 21ada3c0a9af9ece95db9b988b3634e093fc864d

Sender Branch:

Branch Name: LPS-203810-1-8-pr2-sf
Branch GIT ID: 864bfad62b9ae7ccfe6b9a344b3331908091c903

0 out of 1jobs PASSED
For more details click here.
     [java] java.lang.Exception: Found 2 formatting issues:
     [java] 1: Incorrect commit message in SHA 2e0a403a20ac0630aa7df3f218ed5eab1ea3eeaa: 'portal-kernel/src/com/liferay/portal/kernel/template/TemplateNode.java' points to nonexistent file. '## What' should be followed by only one path, which is from https://github.com/liferay/liferay-portal/blob/master/.: ./portal-impl/bnd.bnd (SourceCheck:BNDBreakingChangeCommitMessageCheck)
     [java] 2: Incorrect commit message in SHA 2e0a403a20ac0630aa7df3f218ed5eab1ea3eeaa: 'portal-kernel/src/com/liferay/portal/kernel/template/TemplateNode.java' points to nonexistent file. '## What' should be followed by only one path, which is from https://github.com/liferay/liferay-portal/blob/master/.: ./portal-kernel/bnd.bnd (SourceCheck:BNDBreakingChangeCommitMessageCheck)
     [java] 
     [java]   at com.liferay.source.formatter.SourceFormatter.format(SourceFormatter.java:458)
     [java]   at com.liferay.source.formatter.SourceFormatter.main(SourceFormatter.java:291)
[stopwatch] [run.batch.test.action: 1:55.576 sec]
     [echo] The following error occurred while executing this line:
     [echo] /opt/dev/projects/github/liferay-portal/portal-impl/build.xml:504: The following error occurred while executing this line:
     [echo] /opt/dev/projects/github/liferay-portal/portal-impl/build.xml:648: Java returned: 1
      [get] Getting: http://test-1-26/job/test-portal-source-format/7420//consoleText
      [get] To: /opt/dev/projects/github/liferay-portal/20240107214606020.txt
   [delete] Deleting: /opt/dev/projects/github/liferay-portal/20240107214606020.txt
  [typedef] Could not load definitions from resource org/apache/maven/artifact/ant/antlib.xml. It could not be found.
  [taskdef] Could not load definitions from resource org/jacoco/ant/antlib.xml. It could not be found.
   [delete] Deleting: /opt/dev/projects/github/liferay-portal/null2128316948.properties

merge-test-results:
[mkdir] Created dir: /opt/dev/projects/github/liferay-portal/test-results
[beanshell] Truncating errors in /opt/dev/projects/github/liferay-portal/portal-impl/test-results/TEST-JenkinsLogAssertTest.xml
[junitreport] Processing /opt/dev/projects/github/liferay-portal/test-results/TESTS-TestSuites.xml to /tmp/null756151911
[junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 183ms
[junitreport] Deleting: /tmp/null756151911

…re for next.

# breaking

## What portal-kernel/src/com/liferay/portal/kernel/templateparser/TemplateNode.java

We move TemplateNode from portal-kernel to portal-impl

## Why

We are merging portal-kernel into portal-impl as a long term goal to simplify portal structure.

## Alternatives

Add portal-impl in build dependency and use the same class.

----
…al-impl, prepare for next.

# breaking

## What portal-kernel/src/com/liferay/document/library/kernel/store/StoreAreaAwareStoreWrapper.java

We move StoreAreaAwareStoreWrapper from portal-kernel to portal-impl

## Why

We are merging portal-kernel into portal-impl as a long term goal to simplify portal structure.

## Alternatives

Add portal-impl in build dependency and use the same class.

----
… next.

# breaking

## What portal-kernel/src/com/liferay/document/library/kernel/util/DLUtil.java

We move DLUtil from portal-kernel to portal-impl

## Why

We are merging portal-kernel into portal-impl as a long term goal to simplify portal structure.

## Alternatives

Add portal-impl in build dependency and use the same class.

----
# breaking

## What portal-impl/src/com/liferay/portlet/documentlibrary/util/DLImpl.java

DLImpl is being removed.

## Why

We want to eliminate spring bean DLImpl and DLUtil

## Alternatives

Use DLUtil instead.

----
… prepare for removing DL interface.

# breaking

## What portal-kernel/src/com/liferay/portal/kernel/repository/BaseRepositoryImpl.java

We move BaseRepositoryImpl from portal-kernel to portal-impl

## Why

We are merging portal-kernel into portal-impl as a long term goal to simplify portal structure.

## Alternatives

Add portal-impl in build dependency and use the same class.

----
… for removing DL interface

# breaking

## What portal-kernel/src/com/liferay/portal/kernel/webdav/WebDAVUtil.java

We move WebDAVUtil from portal-kernel to portal-impl

## Why

We are merging portal-kernel into portal-impl as a long term goal to simplify portal structure.

## Alternatives

Add portal-impl in build dependency and use the same class.

----
# breaking

## What portal-kernel/src/com/liferay/document/library/kernel/util/DLUtil.java

Remove getDL method from DLUtil.java

## Why

No one is using it.

----
… DLImpl from document-library-spring.xml

# breaking

## What portal-kernel/src/com/liferay/document/library/kernel/util/DLUtil.java

Remove setDL method from DLUtil.java

## Why

No one is using it.

----
… usages

# breaking

## What portal-kernel/src/com/liferay/document/library/kernel/util/DL.java

DL interface is being removed.

## Why

DL interface is no longer needed since we do not need Spring to register its implementation as OSGi component anymore.

## Alternatives

Use DLUtil directly.

----
@JanisZhang JanisZhang force-pushed the LPS-203810-1-8-pr2-sf branch from 864bfad to 5ed4686 Compare January 8, 2024 05:48
@JanisZhang
Copy link
Owner Author

ci:test:sf

@liferay-continuous-integration
Copy link
Collaborator

Jenkins Report:jenkins-report.html
Jenkins Suite:sf
Pull Request:JanisZhang#264
Testray Routine:EE Pull Request
Testray Build ID:2483959748

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:sf - 1 out of 1 jobs passed in 4 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 21ada3c0a9af9ece95db9b988b3634e093fc864d

Sender Branch:

Branch Name: LPS-203810-1-8-pr2-sf
Branch GIT ID: 5ed4686d42f6ba432850ab705bd589511bcc1d53

1 out of 1jobs PASSED
1 Successful Jobs:
For more details click here.

@JanisZhang JanisZhang closed this Jan 8, 2024
@liferay-continuous-integration
Copy link
Collaborator

Jenkins Report:jenkins-report.html
Jenkins Suite:sf
Pull Request:JanisZhang#264
Testray Routine:EE Pull Request
Testray Build ID:2483959892

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants