Skip to content

Commit 92846d6

Browse files
committed
Release 2.4.9
1 parent b219d4f commit 92846d6

File tree

1,385 files changed

+400786
-2641
lines changed

Some content is hidden

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

1,385 files changed

+400786
-2641
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ upload/**
7777

7878
wls-remote-console-helper-war/signin/package-lock.json
7979
wls-remote-console-helper-war/ui/package-lock.json
80+
/bin/

THIRD_PARTY_LICENSES.txt

Lines changed: 152 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ Copyright (c) 2020, 2022 Oracle and/or its affiliates.
108108
Copyright (c) 2020 Oracle and/or its affiliates.
109109
Copyright (c) 2019, 2020 Oracle and/or its affiliates. All rights reserved.
110110

111-
io.helidon.config-helidon-config
112-
Copyright (c) 2018, 2021 Oracle and/or its affiliates.
113-
Copyright (c) 2018, 2020 Oracle and/or its affiliates.
114-
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
115-
Copyright (c) 2017, 2021 Oracle and/or its affiliates.
116-
117111
io.helidon.microprofile.server-helidon-microprofile-server
118112
Copyright (c) 2018, 2020 Oracle and/or its affiliates.
119113
Copyright (c) 2019, 2022 Oracle and/or its affiliates.
@@ -2751,6 +2745,9 @@ Copyright (c) 2015 Jed Watson <[email protected]>
27512745
cacheable-request
27522746
Copyright (c) 2017 Luke Childs
27532747

2748+
call-bind
2749+
Copyright (c) 2020 Jordan Harband
2750+
27542751
chokidar
27552752
Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
27562753

@@ -3084,6 +3081,9 @@ Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert).
30843081
object-assign
30853082
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
30863083

3084+
object-inspect
3085+
Copyright (c) 2013 James Halliday
3086+
30873087
on-finished
30883088
Copyright (c) 2013 Jonathan Ong <[email protected]>
30893089
Copyright (c) 2014 Douglas Christopher Wilson <[email protected]>
@@ -3134,7 +3134,7 @@ Copyright (c) 2015-2016 Douglas Christopher Wilson <[email protected]
31343134

31353135
raw-body
31363136
Copyright (c) 2013-2014 Jonathan Ong <[email protected]>
3137-
Copyright (c) 2014-2015 Douglas Christopher Wilson <[email protected]>
3137+
Copyright (c) 2014-2022 Douglas Christopher Wilson <[email protected]>
31383138

31393139
react-color
31403140
Copyright (c) 2015 Case Sandberg
@@ -3186,7 +3186,7 @@ Copyright (c) Facebook, Inc. and its affiliates.
31863186

31873187
send
31883188
Copyright (c) 2012 TJ Holowaychuk
3189-
Copyright (c) 2014-2016 Douglas Christopher Wilson
3189+
Copyright (c) 2014-2022 Douglas Christopher Wilson
31903190

31913191
serve-index
31923192
Copyright (c) 2010 Sencha Inc.
@@ -3200,6 +3200,9 @@ Copyright (c) 2011 LearnBoost
32003200
Copyright (c) 2011 TJ Holowaychuk
32013201
Copyright (c) 2014-2016 Douglas Christopher Wilson
32023202

3203+
side-channel
3204+
Copyright (c) 2019 Jordan Harband
3205+
32033206
signals
32043207
No Copyright
32053208

@@ -3738,6 +3741,12 @@ Copyright (c) 2022 Oracle and/or its affiliates.
37383741
Copyright (c) 2021, 2023 Oracle and/or its affiliates.
37393742
Copyright (c) 2021 Oracle and/or its affiliates.
37403743

3744+
io.helidon.config-helidon-config
3745+
Copyright (c) 2018, 2021 Oracle and/or its affiliates.
3746+
Copyright (c) 2018, 2020 Oracle and/or its affiliates.
3747+
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
3748+
Copyright (c) 2017, 2021 Oracle and/or its affiliates.
3749+
37413750
io.helidon.fault-tolerance-helidon-fault-tolerance
37423751
Copyright (c) 2020, 2021 Oracle and/or its affiliates.
37433752
Copyright (c) 2021, 2023 Oracle and/or its affiliates.
@@ -3806,7 +3815,6 @@ io.helidon.microprofile.weld-weld-se-core
38063815
(no copyright notices found)
38073816

38083817
io.helidon.service-common-helidon-service-common-rest-cdi
3809-
Copyright (c) 2020, 2021 Oracle and/or its affiliates.
38103818
Copyright (c) 2021, 2023 Oracle and/or its affiliates.
38113819
Copyright (c) 2017, 2023 Oracle and/or its affiliates.
38123820
Copyright (c) 2017, 2022 Oracle and/or its affiliates.
@@ -3926,6 +3934,8 @@ Copyright 2019 The Netty Project
39263934
Copyright 2016 The Netty Project
39273935
Copyright 2015 The Netty Project
39283936
Copyright 2014 The Netty Project
3937+
Copyright 2023 The Netty Project
3938+
Copyright 2024 The Netty Project
39293939
Copyright 2022 The Netty Project
39303940
Copyright 2020 The Netty Project
39313941

@@ -6368,7 +6378,24 @@ PERFORMANCE OF THIS SOFTWARE.
63686378
The following packages are licensed under Apache License, Version 2.0
63696379

63706380
b4a
6371-
Copyright (c) 2021 Contributors
6381+
2. Grant of Copyright License. Subject to the terms and conditions of
6382+
Copyright [yyyy] [name of copyright owner]
6383+
6384+
bare-events
6385+
2. Grant of Copyright License. Subject to the terms and conditions of
6386+
Copyright [yyyy] [name of copyright owner]
6387+
6388+
bare-fs
6389+
2. Grant of Copyright License. Subject to the terms and conditions of
6390+
Copyright [yyyy] [name of copyright owner]
6391+
6392+
bare-os
6393+
2. Grant of Copyright License. Subject to the terms and conditions of
6394+
Copyright [yyyy] [name of copyright owner]
6395+
6396+
bare-path
6397+
2. Grant of Copyright License. Subject to the terms and conditions of
6398+
Copyright [yyyy] [name of copyright owner]
63726399

63736400
chromedriver
63746401
2. Grant of Copyright License. Subject to the terms and conditions of
@@ -6797,6 +6824,72 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
67976824
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
67986825
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
67996826

6827+
-- --------------------------------------------------------------------------------
6828+
The following packages are licensed under Blue Oak Model 1.0.0 License
6829+
6830+
jackspeak
6831+
## Copyright
6832+
6833+
path-scurry
6834+
## Copyright
6835+
6836+
6837+
6838+
# Blue Oak Model License
6839+
6840+
Version 1.0.0
6841+
6842+
## Purpose
6843+
6844+
This license gives everyone as much permission to work with
6845+
this software as possible, while protecting contributors
6846+
from liability.
6847+
6848+
## Acceptance
6849+
6850+
In order to receive this license, you must agree to its
6851+
rules. The rules of this license are both obligations
6852+
under that agreement and conditions to your license.
6853+
You must not do anything with this software that triggers
6854+
a rule that you cannot or will not follow.
6855+
6856+
## Copyright
6857+
6858+
Each contributor licenses you to do everything with this
6859+
software that would otherwise infringe that contributor's
6860+
copyright in it.
6861+
6862+
## Notices
6863+
6864+
You must ensure that everyone who gets a copy of
6865+
any part of this software from you, with or without
6866+
changes, also gets the text of this license or a link to
6867+
<https://blueoakcouncil.org/license/1.0.0>.
6868+
6869+
## Excuse
6870+
6871+
If anyone notifies you in writing that you have not
6872+
complied with [Notices](#notices), you can keep your
6873+
license by taking all practical steps to comply within 30
6874+
days after the notice. If you do not do so, your license
6875+
ends immediately.
6876+
6877+
## Patent
6878+
6879+
Each contributor licenses you to do everything with this
6880+
software that would otherwise infringe any patent claims
6881+
they can license or become able to license.
6882+
6883+
## Reliability
6884+
6885+
No contributor can revoke this license.
6886+
6887+
## No Liability
6888+
6889+
***As far as the law allows, this software comes as is,
6890+
without any warranty or condition, and no contributor
6891+
will be liable to anyone for any damages related to this
6892+
software or this license, under any kind of legal claim.***
68006893
-- --------------------------------------------------------------------------------
68016894
The following packages are licensed under Creative Commons Attribution 4.0 International Public License
68026895

@@ -7192,6 +7285,9 @@ Copyright (c) 2015-2020, Matteo Collina <[email protected]>
71927285
flatted
71937286
Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection
71947287

7288+
foreground-child
7289+
Copyright (c) 2015-2023 Isaac Z. Schlueter and Contributors
7290+
71957291
fs-minipass
71967292
Copyright (c) Isaac Z. Schlueter and Contributors
71977293

@@ -7241,12 +7337,21 @@ Copyright (c) Isaac Z. Schlueter and Contributors
72417337
sanitize-filename
72427338
Copyright (C) 2004 Sam Hocevar \<[email protected]>
72437339

7340+
string-width-cjs@npm:string-width
7341+
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
7342+
7343+
strip-ansi-cjs@npm:strip-ansi
7344+
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
7345+
72447346
tar
72457347
Copyright (c) Isaac Z. Schlueter and Contributors
72467348

72477349
which
72487350
Copyright (c) Isaac Z. Schlueter and Contributors
72497351

7352+
wrap-ansi-cjs@npm:wrap-ansi
7353+
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
7354+
72507355
y18n
72517356
Copyright (c) 2015, Contributors
72527357

@@ -7259,6 +7364,9 @@ Copyright (c) 2016, Contributors
72597364
yargs-parser
72607365
Copyright (c) 2016, Contributors
72617366

7367+
@isaacs/cliui
7368+
Copyright (c) 2015, Contributors
7369+
72627370

72637371

72647372
ISC License
@@ -7314,6 +7422,9 @@ No Copyright
73147422
app-builder-lib
73157423
Copyright (c) 2015 Loopline Systems
73167424

7425+
archiver
7426+
Copyright (c) 2012-2014 Chris Talkington, contributors.
7427+
73177428
asn1.js
73187429
Copyright (c) 2017 Fedor Indutny
73197430

@@ -7329,6 +7440,9 @@ Copyright (c) 2013 Ben Newman <[email protected]>
73297440
async-exit-hook
73307441
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
73317442

7443+
async
7444+
Copyright (c) 2010-2018 Caolan McMahon
7445+
73327446
available-typed-arrays
73337447
Copyright (c) 2020 Inspect JS
73347448

@@ -7407,9 +7521,6 @@ Copyright (c) 2015 Loopline Systems
74077521
builtin-status-codes
74087522
Copyright (c) Ben Drucker <[email protected]> (bendrucker.me)
74097523

7410-
call-bind
7411-
Copyright (c) 2020 Jordan Harband
7412-
74137524
callsites
74147525
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
74157526

@@ -7429,7 +7540,7 @@ chromium-pickle-js
74297540
No Copyright
74307541

74317542
ci-info
7432-
Copyright (c) 2016-2023 Thomas Watson Steen
7543+
Copyright (c) 2016 Thomas Watson Steen
74337544

74347545
cipher-base
74357546
Copyright (c) 2017 crypto-browserify contributors
@@ -7473,6 +7584,10 @@ Copyright (c) 2013 Julian Gruber <[email protected]>
74737584
convert-source-map
74747585
Copyright 2013 Thorsten Lorenz.
74757586

7587+
cookie
7588+
Copyright (c) 2012-2014 Roman Shtylman <[email protected]>
7589+
Copyright (c) 2015 Douglas Christopher Wilson <[email protected]>
7590+
74767591
core-util-is
74777592
Copyright Node.js contributors. All rights reserved.
74787593

@@ -7544,6 +7659,12 @@ Copyright 2017 Nathan Rajlich
75447659
domain-browser
75457660
<ul><li>Copyright &copy; 2013+ <a href="http://bevry.me">Bevry Pty Ltd</a></li></ul>
75467661

7662+
eastasianwidth
7663+
No copyright
7664+
7665+
electron-builder-squirrel-windows
7666+
Copyright (c) 2015 Loopline Systems
7667+
75477668
electron-builder
75487669
Copyright (c) 2015 Loopline Systems
75497670

@@ -7612,6 +7733,9 @@ Copyright (c) 2019 David Frank
76127733
file-entry-cache
76137734
Copyright (c) 2015 Roy Riojas
76147735

7736+
finalhandler
7737+
Copyright (c) 2014-2017 Douglas Christopher Wilson <[email protected]>
7738+
76157739
find-up
76167740
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
76177741

@@ -7683,6 +7807,7 @@ Copyright (c) 2013 Nathan Rajlich &lt;[email protected]&gt;
76837807

76847808
http-proxy-agent
76857809
Copyright (c) 2013 Nathan Rajlich &lt;[email protected]&gt;
7810+
Copyright (c) 2013 Nathan Rajlich <[email protected]>
76867811

76877812
http-proxy
76887813
Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors.
@@ -7693,6 +7818,10 @@ Copyright (c) James Halliday
76937818
https-proxy-agent
76947819
Copyright (c) 2013 Nathan Rajlich &lt;[email protected]&gt;
76957820

7821+
https-proxy-agent
7822+
Copyright (c) 2013 Nathan Rajlich &lt;[email protected]&gt;
7823+
Copyright (c) 2013 Nathan Rajlich <[email protected]>
7824+
76967825
iconv-lite
76977826
Copyright (c) 2011 Alexander Shtuchkin
76987827

@@ -7890,9 +8019,6 @@ Copyright (c) 2016 - 2020 Node Fetch Team
78908019
node-releases
78918020
Copyright (c) 2017 Sergey Rubanov (https://github.com/chicoxyzzy)
78928021

7893-
object-inspect
7894-
Copyright (c) 2013 James Halliday
7895-
78968022
object-is
78978023
Copyright (c) 2014 Jordan Harband
78988024

@@ -7932,9 +8058,6 @@ Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
79328058
path-parse
79338059
Copyright (c) 2015 Javier Blanco
79348060

7935-
path-type
7936-
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
7937-
79388061
pathval
79398062
Copyright (c) 2011-2013 Jake Luer [email protected]
79408063

@@ -7957,7 +8080,7 @@ promise-retry
79578080
Copyright (c) 2014 IndigoUnited
79588081

79598082
proxy-agent
7960-
Copyright (c) 2013 Nathan Rajlich &lt;[email protected]&gt;
8083+
Copyright (c) 2013 Nathan Rajlich <[email protected]>
79618084

79628085
proxy-from-env
79638086
Copyright (C) 2016-2018 Rob Wu <[email protected]>
@@ -8026,9 +8149,6 @@ Copyright (c) Kevin Mårtensson <[email protected]> (github.com/kevva)
80268149
shebang-regex
80278150
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
80288151

8029-
side-channel
8030-
Copyright (c) 2019 Jordan Harband
8031-
80328152
simple-update-notifier
80338153
Copyright (c) 2022 Alex Brazier
80348154

@@ -8106,6 +8226,9 @@ No Copyright
81068226
tmp
81078227
Copyright (c) 2014 KARASZI István
81088228

8229+
tmp
8230+
Copyright (c) 2014 KARASZI István
8231+
81098232
to-fast-properties
81108233
Copyright (c) 2014 Petka Antonov
81118234

@@ -8316,6 +8439,10 @@ Copyright (c) Denis Malinochkin
83168439
@nodelib/fs.walk
83178440
Copyright (c) Denis Malinochkin
83188441

8442+
@pkgjs/parseargs
8443+
2. Grant of Copyright License. Subject to the terms and conditions of
8444+
Copyright [yyyy] [name of copyright owner]
8445+
83198446
@socket.io/component-emitter
83208447
Copyright (c) 2014 Component contributors <[email protected]>
83218448

@@ -8353,7 +8480,7 @@ Copyright (c) Microsoft Corporation. All rights reserved.
83538480
Copyright (c) Microsoft Corporation. All rights reserved.
83548481

83558482
@types/ms
8356-
Copyright (c) Microsoft Corporation. All rights reserved.
8483+
Copyright (c) Microsoft Corporation.
83578484

83588485
@types/node
83598486
Copyright (c) Microsoft Corporation.

0 commit comments

Comments
 (0)