Skip to content

Commit 227dcac

Browse files
committed
N&N for new PDE Launch Config Options
1 parent d6b3da0 commit 227dcac

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed
231 KB
Loading

news/4.37/pde.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ A special thanks to everyone who [contributed to PDE](acknowledgements.md#plug-i
44

55
## General Updates
66

7+
### JUnit Plugin-test launches
8+
9+
<details>
10+
<summary>Contributors</summary>
11+
12+
- [Christoph Läubrich ](https://github.com/laeubi)
13+
</details>
14+
15+
PDE previously has created JUnit Plugin-test launches with some broad inclusion settings and defaults that do not always fit different project setups.
16+
From now on, it uses a more minimal approach when creating new JUnit Plugin-test launches by default that is only selecting the test-plugin and leverage
17+
the option to include all required dependencies automatically.
18+
19+
This results in much smaller launches that start up faster and do not pull in everything in your workspace by default what is especially a problem when
20+
many independent components in a workspace are to be tested.
21+
22+
Beside of this it is now possible to configure the used default settings for new launches to adapt to individual needs, because of this
23+
we **strongly recommend** you review these settings and make sure they fit your needs after an upgrade.
24+
25+
![New PDE Launch Settings](images/pde_junit_launch_config.png)
26+
27+
As this only affects new launches, you either need to adapt existing launches or delete older ones so they are created with fresh settings on the next run,
28+
if you find any issues or difficulties using this feature don't hesitate to let us know and open an [issue](https://github.com/eclipse-pde/eclipse.pde/issues)
29+
or a new [discussion](https://github.com/eclipse-pde/eclipse.pde/discussions).
30+
731
### OSGi Test Framework Support
832

933
<details>

news/4.37/platform.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ Searching in the `Help` view:
105105

106106
![Browser search dialog in Help View](images/webkit_browser_search_dialog2.png)
107107

108-
![Preference page for enabling terminal console](images/terminal_console.png)
109-
110108
### Compare/Replace with Clipboard
111109

112110
<details>

0 commit comments

Comments
 (0)