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

Apply project settings to o.e.equinox.servletbridge #339

Conversation

Torbjorn-Svensson
Copy link
Contributor

  1. Convert to LF and ensure LF at EOF:
find . -type f -print0 | \
  xargs -r0 perl -le 'for (@argv) { print if -f && -T }' | \
  xargs -rd'\n' dos2unix -e
  1. Format java files:
eclipse -consolelog -nosplash -application org.eclipse.jdt.core.JavaCodeFormatter \
  -config .settings/org.eclipse.jdt.core.prefs . -data `mktemp -d`

* class by the BridgeServlet. To create an extended FrameworkLauncher over-ride these methods to allow
* custom behavior.
* The FrameworkLauncher provides the logic to: 1) init 2) deploy 3) start 4)
* stop 5) undeploy 6) destroy an instance of the OSGi framework. These 6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks the comment as it's done manually, rather than via using ol tag. Please change accordingly.

@Torbjorn-Svensson Torbjorn-Svensson force-pushed the pr/cleanup-o.e.equinox.servletbridge branch from 1629dc5 to 53ee89a Compare October 12, 2023 18:57
@github-actions
Copy link

github-actions bot commented Oct 12, 2023

Test Results

     24 files  +     24       24 suites  +24   11m 32s ⏱️ + 11m 32s
2 150 tests +2 150  2 104 ✔️ +2 104  45 💤 +45  1 +1 
2 194 runs  +2 194  2 148 ✔️ +2 148  45 💤 +45  1 +1 

For more details on these failures, see this check.

Results for commit 0070c54. ± Comparison against base commit 3b964be.

♻️ This comment has been updated with latest results.

This was achieved by running:
find . -type f -print0 | \
  xargs -r0 perl -le 'for (@argv) { print if -f && -T }' | \
  xargs -rd'\n' dos2unix -e

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@st.com>
Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@st.com>
This was achieved by running:
eclipse -consolelog -nosplash -application org.eclipse.jdt.core.JavaCodeFormatter \
  -config .settings/org.eclipse.jdt.core.prefs . -data `mktemp -d`

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@st.com>
@akurtakov akurtakov force-pushed the pr/cleanup-o.e.equinox.servletbridge branch from 53ee89a to 0070c54 Compare November 3, 2023 08:11
@akurtakov akurtakov merged commit 6c186df into eclipse-equinox:master Nov 4, 2023
21 of 25 checks passed
@Torbjorn-Svensson Torbjorn-Svensson deleted the pr/cleanup-o.e.equinox.servletbridge branch November 5, 2023 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants