Skip to content

Commit e6f5ba3

Browse files
authored
4.1.x: update version to 4.1.7-SNAPSHOT, update CHANGELOG, update copyrights (#9626)
* Update CHANGELOG for 4.1.6 release * Update version to 4.1.7-SNAPSHOT and update copyrights in poms
1 parent 70de243 commit e6f5ba3

File tree

604 files changed

+1211
-1199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

604 files changed

+1211
-1199
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ For Helidon 2.x releases please see [Helidon 2.x CHANGELOG.md](https://github.co
1111

1212
For Helidon 1.x releases please see [Helidon 1.x CHANGELOG.md](https://github.com/oracle/helidon/blob/helidon-1.x/CHANGELOG.md)
1313

14+
## [4.1.6]
15+
16+
This release contains important bugfixes and is recommended for all users of Helidon 4.
17+
18+
A minimum of Java 21 is required to use Helidon 4.
19+
20+
### CHANGES
21+
22+
- WebServer: Http/2 revamp [9599](https://github.com/helidon-io/helidon/pull/9599)
23+
- Docs: Add xref to telemetry feature from tracing deprecation warning [9602](https://github.com/helidon-io/helidon/pull/9602)
24+
1425
## [4.1.5]
1526

1627
This release contains important bugfixes and is recommended for all users of Helidon 4.
@@ -1529,6 +1540,7 @@ Helidon 4.0.0 is a major release that includes significant new features and fixe
15291540
- MicroProfile: MP path based static content should use index.html (4.x) [4737](https://github.com/oracle/helidon/pull/4737)
15301541
- Build: 4.0 version and poms [4655](https://github.com/oracle/helidon/pull/4655)
15311542

1543+
[4.1.6]: https://github.com/oracle/helidon/compare/4.1.5...4.1.6
15321544
[4.1.5]: https://github.com/oracle/helidon/compare/4.1.4...4.1.5
15331545
[4.1.4]: https://github.com/oracle/helidon/compare/4.1.3...4.1.4
15341546
[4.1.3]: https://github.com/oracle/helidon/compare/4.1.2...4.1.3

all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2023, 2024 Oracle and/or its affiliates.
3+
Copyright (c) 2023, 2025 Oracle and/or its affiliates.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon</groupId>
2424
<artifactId>helidon-project</artifactId>
25-
<version>4.1.6-SNAPSHOT</version>
25+
<version>4.1.7-SNAPSHOT</version>
2626
</parent>
2727
<packaging>pom</packaging>
2828
<artifactId>helidon-all</artifactId>

applications/mp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2019, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2019, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-applications</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929
<artifactId>helidon-mp</artifactId>

applications/parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2023, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2023, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-applications-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<groupId>io.helidon.applications</groupId>
2929
<artifactId>helidon-applications</artifactId>

applications/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2019, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2019, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon</groupId>
2525
<artifactId>helidon-dependencies</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
<relativePath>../dependencies/pom.xml</relativePath>
2828
</parent>
2929
<groupId>io.helidon.applications</groupId>

applications/se/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2019, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2019, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-applications</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929
<artifactId>helidon-se</artifactId>

archetypes/archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<packaging>helidon-archetype</packaging>
2929
<artifactId>helidon-archetypes</artifactId>

archetypes/legacy/bare-mp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-legacy-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-bare-mp</artifactId>
2929
<packaging>helidon-archetype</packaging>

archetypes/legacy/bare-se/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-legacy-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-bare-se</artifactId>
2929
<packaging>helidon-archetype</packaging>

archetypes/legacy/database-mp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-legacy-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-database-mp</artifactId>
2929
<packaging>helidon-archetype</packaging>

archetypes/legacy/database-se/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-legacy-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-database-se</artifactId>
2929
<packaging>helidon-archetype</packaging>

archetypes/legacy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-archetypes-legacy-project</artifactId>
2929
<name>Helidon Legacy Archetypes</name>

archetypes/legacy/quickstart-mp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-legacy-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-quickstart-mp</artifactId>
2929
<packaging>helidon-archetype</packaging>

archetypes/legacy/quickstart-se/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-legacy-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-quickstart-se</artifactId>
2929
<packaging>helidon-archetype</packaging>

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon</groupId>
2525
<artifactId>helidon-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<groupId>io.helidon.archetypes</groupId>
2929
<artifactId>helidon-archetypes-project</artifactId>

bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2017, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,15 +23,15 @@
2323
<parent>
2424
<groupId>io.helidon</groupId>
2525
<artifactId>helidon-parent</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929
<artifactId>helidon-bom</artifactId>
3030
<packaging>pom</packaging>
3131
<name>Helidon BOM POM</name>
3232

3333
<properties>
34-
<helidon.version>4.1.6-SNAPSHOT</helidon.version>
34+
<helidon.version>4.1.7-SNAPSHOT</helidon.version>
3535
</properties>
3636

3737
<dependencyManagement>

builder/api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2022, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.helidon.builder</groupId>
2626
<artifactId>helidon-builder-project</artifactId>
27-
<version>4.1.6-SNAPSHOT</version>
27+
<version>4.1.7-SNAPSHOT</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

builder/codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2022, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.builder</groupId>
2525
<artifactId>helidon-builder-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

builder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
5-
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
5+
Copyright (c) 2022, 2025 Oracle and/or its affiliates.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.helidon</groupId>
2727
<artifactId>helidon-project</artifactId>
28-
<version>4.1.6-SNAPSHOT</version>
28+
<version>4.1.7-SNAPSHOT</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

builder/processor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2022, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.builder</groupId>
2525
<artifactId>helidon-builder-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

builder/tests/builder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2022, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.builder.tests</groupId>
2525
<artifactId>helidon-builder-tests-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

builder/tests/codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2024, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.builder.tests</groupId>
2525
<artifactId>helidon-builder-tests-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

builder/tests/common-types/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2023, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2023, 2025 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.builder.tests</groupId>
2525
<artifactId>helidon-builder-tests-project</artifactId>
26-
<version>4.1.6-SNAPSHOT</version>
26+
<version>4.1.7-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

builder/tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
5-
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
5+
Copyright (c) 2022, 2025 Oracle and/or its affiliates.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.helidon.builder</groupId>
2727
<artifactId>helidon-builder-project</artifactId>
28-
<version>4.1.6-SNAPSHOT</version>
28+
<version>4.1.7-SNAPSHOT</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

bundles/config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2018, 2024 Oracle and/or its affiliates.
3+
Copyright (c) 2018, 2025 Oracle and/or its affiliates.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>4.1.6-SNAPSHOT</version>
25+
<version>4.1.7-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-config</artifactId>

0 commit comments

Comments
 (0)