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

Remove old 1.x Java compiler versions support from PDE tests #1309

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

iloveeclipse
Copy link
Member

Basically moves tests that used various old 1.x JDK compiler settings to use 1.8 target (only supported 1.x Java compiler target in the future).

See eclipse-jdt/eclipse.jdt.core#2536

Copy link

github-actions bot commented Jun 18, 2024

Test Results

   291 files  ±0     291 suites  ±0   58m 20s ⏱️ -7s
 3 578 tests ±0   3 502 ✅ ±0   76 💤 ±0  0 ❌ ±0 
11 031 runs  ±0  10 800 ✅ ±0  231 💤 ±0  0 ❌ ±0 

Results for commit b28de3d. ± Comparison against base commit c32168e.

This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both.
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests ‑ testJava4Environment
AllPDETests org.eclipse.pde.ui.tests.wizards.AllNewProjectTests org.eclipse.pde.ui.tests.ee.ExecutionEnvironmentTests ‑ testJava8Environment

♻️ This comment has been updated with latest results.

@iloveeclipse
Copy link
Member Author

@HannesWell : any objections ?

Copy link
Contributor

@vogella vogella left a comment

Choose a reason for hiding this comment

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

The used project names "j2se14" could also be adjusted

@HannesWell
Copy link
Member

HannesWell commented Jun 18, 2024

@HannesWell : any objections ?

No objections, please go ahead. Thanks for being proactive.

But please address Lars requests for changes, even if technically not absolutely necessary.

Basically moves tests that used various old 1.x JDK compiler settings to
use 1.8 target (only supported 1.x Java compiler target in the future).

See eclipse-jdt/eclipse.jdt.core#2536
Copy link
Member

@HannesWell HannesWell left a comment

Choose a reason for hiding this comment

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

Looks good, thanks.

Although the project name j2se18 could be javase18.

@iloveeclipse iloveeclipse dismissed vogella’s stale review June 18, 2024 17:49

Names changed as requested

@iloveeclipse iloveeclipse merged commit 34453f9 into eclipse-pde:master Jun 18, 2024
17 checks passed
@iloveeclipse iloveeclipse deleted the issue_2536 branch June 18, 2024 17:49
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.

3 participants