Commit 50fa838
authored
fix: do not include flow-server packages from OSGI manifest (#9414)
## Description
Fixes the `vaadin-board` OSGI manifest to not export
`com.vaadin.flow.component.clipboard` from `flow-server`:
- Change the exported package pattern to not use a wildcard before the
component name
- Introduce a `osgi.export.package.additional` variable, so that
`vaadin-grid` can still export `com.vaadin.flow.component.treegrid`,
which is otherwise not exported anymore with the new pattern
- Remove the `-noimport:=true` directive to simplify the implementation,
which doesn't seem to make any difference as the same manifests are
generated without it
- Remove some demo related instructions, which should not be relevant
since demo modules have been removed
Fixes #9392
## Type of change
- Bugfix1 parent e0ad3c5 commit 50fa838
2 files changed
Lines changed: 4 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| 322 | + | |
322 | 323 | | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
| 324 | + | |
330 | 325 | | |
331 | 326 | | |
332 | 327 | | |
| |||
336 | 331 | | |
337 | 332 | | |
338 | 333 | | |
339 | | - | |
| 334 | + | |
340 | 335 | | |
341 | 336 | | |
342 | 337 | | |
343 | 338 | | |
344 | 339 | | |
345 | 340 | | |
346 | 341 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | 342 | | |
351 | 343 | | |
352 | 344 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments