Skip to content

Commit 1f76261

Browse files
eclipse-releng-botHannesWell
authored andcommitted
Prepare Release 4.38
1 parent ceeafd7 commit 1f76261

File tree

12 files changed

+212
-0
lines changed

12 files changed

+212
-0
lines changed

news/4.38/acknowledgements.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
## Eclipse 2025-12 Acknowledgements
2+
3+
Last revised: <!-- Insert date: February 25, 2025-->
4+
5+
We would also like to thank the users and adopters who support our efforts through a range of activities, including early testing, being a Friend of Eclipse, contracting special work, or outright employment.
6+
7+
A special thanks goes to [Holger Voormann](https://github.com/howlger) for his Eclipse IDE promotion videos.
8+
9+
Another special thanks to other Eclipse projects we build upon: EMF and ECF, who also provide timely updates so we can release on time.
10+
We also thank the other Eclipse projects that make up part of the infrastructure we depend on: Tycho, Orbit, EGit, EMF, and ECF for providing fixes and steady improvements.
11+
12+
## Eclipse Platform
13+
14+
The Platform team would like to thank everyone who has helped us improve quality by testing and reporting bugs and enhancement requests.
15+
Special thanks to all code contributors (alphabetically):
16+
<!-- START: eclipse-platform contributors -->
17+
<!-- END: eclipse-platform contributors -->
18+
19+
## Java Development Tools
20+
21+
The JDT team thanks everyone who filed good enhancement requests, helped improve quality by testing and filing bug reports, and provided answers on JDT forums/newsgroups.
22+
Special thanks to all code contributors (alphabetically):
23+
<!-- START: eclipse-jdt contributors -->
24+
<!-- END: eclipse-jdt contributors -->
25+
26+
## Plug-in Development Environment
27+
28+
The Plug-in Development Environment team thanks numerous contributors who continue to improve the component every release.
29+
Special thanks to all code contributors (alphabetically):
30+
<!-- START: eclipse-pde contributors -->
31+
<!-- END: eclipse-pde contributors -->
32+
33+
## Equinox
34+
35+
The Equinox team thanks all contributors who helped improve the project by filing bug reports and enhancement requests.
36+
Special thanks to all code contributors (alphabetically):
37+
<!-- START: eclipse-equinox contributors -->
38+
<!-- END: eclipse-equinox contributors -->
39+
40+
## Eclipse Foundation
41+
42+
The entire Eclipse Project team would like to thank the [Eclipse Foundation staff](https://www.eclipse.org/org/foundation/staff/) for their tireless efforts and especially
43+
[Frederic Gurr](https://github.com/fredg02) and [Sébastien Heurtematte](https://github.com/heurtematte) for not only keeping all that infrastructure going but also constantly improving it.

news/4.38/images/.gitkeep

Whitespace-only changes.

news/4.38/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<script src="../../project.js"></script>
6+
</head>
7+
8+
<body onload="redirect()"></body>
9+
10+
</html>

news/4.38/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Eclipse 4.38 - New and Noteworthy
2+
3+
Welcome to the Eclipse SDK project!
4+
The Eclipse SDK project is part of the Eclipse 2025-12 simultaneous release.
5+
The Eclipse SDK and related resources can be downloaded from the [Eclipse Project downloads](https://download.eclipse.org/eclipse/downloads/) page.
6+
The Eclipse installer and other packages can be downloaded from the [IDE Downloads](https://www.eclipse.org/downloads/packages) page.
7+
8+
Here are some of the more noteworthy items available in this release.
9+
10+
- [New features in the Platform and Equinox](platform.md)
11+
- [New features for Java developers](jdt.md)
12+
- [New APIs in the Platform and Equinox](platform_isv.md)
13+
- [New features for plug-in developers](pde.md)
14+
15+
A special thanks to [everyone who contributed](acknowledgements.md) to this Eclipse release!

news/4.38/jdt.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<script src="../../project.js"></script>
6+
</head>
7+
8+
<body onload="redirect()"></body>
9+
10+
</html>

news/4.38/jdt.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Java Development Tools - 4.38
2+
3+
A special thanks to everyone who [contributed to JDT](acknowledgements.md#java-development-tools) in this release!
4+
5+
<!--
6+
---
7+
## Java&trade; XX Support
8+
-->
9+
10+
<!--
11+
---
12+
## JUnit
13+
-->
14+
15+
<!--
16+
---
17+
## Java Editor
18+
-->
19+
20+
<!--
21+
---
22+
## Java Views and Dialogs
23+
-->
24+
25+
<!--
26+
---
27+
## Java Compiler
28+
-->
29+
30+
<!--
31+
---
32+
## Java Formatter
33+
-->
34+
35+
<!--
36+
---
37+
## Debug
38+
-->
39+
40+
<!--
41+
### JDT Developers
42+
-->

news/4.38/pde.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<script src="../../project.js"></script>
6+
</head>
7+
8+
<body onload="redirect()"></body>
9+
10+
</html>

news/4.38/pde.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Plug-in Development Environment - 4.38
2+
3+
A special thanks to everyone who [contributed to PDE](acknowledgements.md#plug-in-development-environment) in this release!
4+
5+
<!--
6+
## Editors
7+
-->
8+
9+
<!--
10+
## API Tools
11+
-->
12+
13+
<!--
14+
---
15+
## PDE Compiler
16+
-->

news/4.38/platform.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<script src="../../project.js"></script>
6+
</head>
7+
8+
<body onload="redirect()"></body>
9+
10+
</html>

news/4.38/platform.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Platform and Equinox - 4.38
2+
3+
A special thanks to everyone who [contributed to Eclipse-Platform](acknowledgements.md#eclipse-platform) or [contributed to Equinox](acknowledgements.md#equinox) in this release!
4+
5+
<!--
6+
---
7+
## Views, Dialogs and Toolbar
8+
-->
9+
10+
<!--
11+
---
12+
## Text Editors
13+
-->
14+
15+
<!--
16+
---
17+
## Preferences
18+
-->
19+
20+
<!--
21+
---
22+
## Themes and Styling
23+
-->
24+
25+
<!--
26+
---
27+
## Views, Dialogs and Toolbar
28+
-->
29+
30+
<!--
31+
---
32+
## General Updates
33+
-->

0 commit comments

Comments
 (0)