Commit Graph

123 Commits

Author SHA1 Message Date
Simone Bordet 8e6ad22b69
Merged branch 'jetty-12.0.x' into 'jetty-12.1.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-08-21 11:38:00 +02:00
Olivier Lamy 2ca9be96ae
change urls https://eclipse.dev to https://jetty.org (#12172)
* change urls https://eclipse.dev to  https://jetty.org

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-08-21 07:18:20 +02:00
Ludovic Orban 7b3e953e56
Merge remote-tracking branch 'origin/jetty-12.0.x' into merge/jetty-12.1.x/update-from-12_0 2024-07-19 11:02:16 +02:00
Joakim Erdfelt cbd386e881
Ignoring org.apache.maven.plugin-tools:* in dependabot for jetty-9.4.x 2024-07-16 12:44:05 -05:00
Joakim Erdfelt 25bb6a2104
Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.1.x 2024-06-21 15:28:23 -05:00
Joakim Erdfelt aac0353092
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2024-06-21 13:30:06 -05:00
Joakim Erdfelt 5bbd012d60
Update github URL references to new location 2024-06-20 10:00:56 -05:00
Joakim Erdfelt 35903ae262
Update github URL references to new location 2024-06-20 09:43:05 -05:00
Joakim Erdfelt 6bebb2ddd2
Update URL references to jetty.org 2024-06-20 09:41:42 -05:00
Joakim Erdfelt f653c2f658
Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.1.x 2024-06-04 10:48:58 -05:00
Olivier Lamy ba8732ea4e
Adapt release template for Jetty 12 (#11871)
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-06-03 23:50:35 +02:00
gregw b11996a3c4 Introduced EE11 and jetty-12.1.x 2024-04-26 22:42:57 +10:00
Olivier Lamy d2beb2bd3f
Issue #9487 Upgrade to Infinispan 15 (#11503)
* upgrade to final release of infinispan 15

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-04-22 10:28:00 +02:00
Joakim Erdfelt da7e86d652
Ignoring jboss-threads 3.6+ on jetty 9.4.x 2024-04-02 12:53:04 -05:00
Olivier Lamy 3cdfdb990a
Add some dependabot restrictions for 9.4.x (#11613)
* Add some dependabot restrictions for 9.4.x

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
Co-authored-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-04-02 07:00:55 -05:00
Joakim Erdfelt e82a513f9f
Ignore major version updates on 9.4.x 2024-04-01 09:21:08 -05:00
Joakim Erdfelt 77119e817b
More restrictions on dependabot updates in 9.4.x 2024-03-02 08:19:00 -06:00
Joakim Erdfelt 8dd4a78d40
Ignoring more dependencies that cannot upgrade in jetty-9.4.x 2024-03-01 11:37:44 -06:00
Joakim Erdfelt 64964b669d
Adding prefix configuration to dependabot 2024-01-29 07:52:12 -06:00
Joakim Erdfelt fd1dc676c2
Tweaking dependabot groups 2024-01-26 13:47:25 -06:00
Joakim Erdfelt 65b42e568f
Attempting to group dependabots 2024-01-26 12:29:27 -06:00
Joakim Erdfelt e36e12408c
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2024-01-02 10:39:25 -06:00
Joakim Erdfelt ecb120de92
Do no upgrade major version of dependencies
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2024-01-01 12:18:06 -06:00
Olivier Lamy 9f68bcc517
do not random actions to setup Maven but just use mvnw (#11020)
Signed-off-by: Olivier Lamy <olamy@apache.org>
2023-12-04 18:45:37 +10:00
Joakim Erdfelt 3d8e3a1e40
Revert "Fix dependabot.yml"
This reverts commit 45750f84c3.
2023-11-15 13:29:30 -06:00
Joakim Erdfelt 45750f84c3
Fix dependabot.yml 2023-11-15 13:27:16 -06:00
Olivier Lamy 718f54215e
Update details on how to include dependabot PRs in a release (#10659) (#10670)
Signed-off-by: Olivier Lamy <olamy@apache.org>
2023-10-05 04:29:25 +02:00
Olivier Lamy 90fdd4236d
Update details on how to include dependabot PRs in a release (#10659)
Signed-off-by: Olivier Lamy <olamy@apache.org>
2023-10-05 02:12:23 +02:00
Simone Bordet 7f1d262aee
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-08-23 15:47:15 +02:00
Simone Bordet 153f5dfae8 Fixes #10350 - Support Java 21 virtual threads
* Introduced module `threadpool-virtual` for Java 21.
* Updated virtual threads documentation to refer to Java 21.
* Updated requirements that the releases should use Java 21, so that the documentation can properly render the virtual threads documentation.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-08-23 11:58:24 +02:00
Olivier Lamy a51c67dbb4
fix maven codeql setup (#10270)
Signed-off-by: Olivier Lamy <olamy@apache.org>
2023-08-22 23:14:20 +02:00
Olivier Lamy 97e1527ed6
Jetty 12.0.x use Maven build cache for PRs and branches except jetty-12.0.x main branch (#9871)
* apply configuration/changes for build cache

Signed-off-by: Olivier Lamy <olamy@apache.org>

Signed-off-by: Olivier Lamy <olamy@apache.org>
2023-08-22 02:46:46 +02:00
Simone Bordet 4c9679c5b3
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-08-17 17:14:59 +02:00
Jesse McConnell 812b8c4739
Update release-template.md
Add a link to jetty-website repo with instructions on deploying eclipse jetty website for new releases.
2023-08-11 11:38:10 -05:00
Jan Bartel 48955d3e8f
Update question-template.md 2023-08-11 09:56:53 +02:00
Jan Bartel 883a11464d
Add Jetty Environment to issue-template.md 2023-08-11 09:54:20 +02:00
Joakim Erdfelt 8e52abe8c9
Merge `jetty-11.0.x` into `jetty-12.0.x` - July 14 (#10108)
* Updating various old/moved URL references found across project (`jetty-10.0.x`) (#10098)

+ Now that the migration of `https://eclipse.org/jetty/` to `https://eclipse.dev/jetty/` has occurred, it is time to review the URI use in our project
+ Updated URLs in poms
+ Added more URIs to XmlConfiguration
+ Updated URLs in module files
+ Updated URLs in documentation
+ Updated URLs in HTML
+ Correcting bad double-scheme URLs (eg: `http://https://www.eclipse...`)
+ Updating text in *.mod files
+ Removing `/current/` from path `/jetty/documentation/current/`
+ Fixing mailing list URL
+ Fixing github URL references in jsps

---------

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2023-07-14 20:21:11 -05:00
Joakim Erdfelt a9c596e3d7
Updating various old/moved URL references found across project (`jetty-10.0.x`) (#10098)
* Now that the migration of `https://eclipse.org/jetty/` to `https://eclipse.dev/jetty/` has occurred, it is time to review the URI use in our project

+ Updated URLs in poms
+ Added more URIs to XmlConfiguration
+ Updated URLs in module files
+ Updated URLs in documentation
+ Updated URLs in HTML
+ Correcting bad double-scheme URLs (eg: `http://https://www.eclipse...`)
+ Updating text in *.mod files
+ Removing `/current/` from path `/jetty/documentation/current/`
+ Fixing mailing list URL

---------

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2023-07-14 12:38:45 -05:00
Joakim Erdfelt 83b59ae718
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2023-03-24 13:44:13 -05:00
Joakim Erdfelt 2e936feec3
Correct usages of matrix.languages
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2023-03-21 07:55:58 -05:00
Joakim Erdfelt 6cbdb0cc18
Use latest node.jar to run stCarlos/setup-maven
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2023-03-21 07:46:16 -05:00
Jan Bartel 3a5a91aff2 Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2023-02-24 11:16:43 +11:00
Jan Bartel de3adc861d
Update version limits for dependencies (#9406) 2023-02-24 11:14:12 +11:00
Joakim Erdfelt 124cc43931
Small cleanup of codeql-analysis 2022-12-14 13:50:37 -06:00
Joakim Erdfelt 6c6955943f
Fix setup-maven version in codeql-analysis.yml 2022-12-08 10:03:16 -06:00
Joakim Erdfelt 7ddfbcc8d8
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2022-11-28 12:12:29 -06:00
Joakim Erdfelt 55d9238961
Issue #8942 - Downgrading logback to 1.3.0
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-11-28 10:39:20 -06:00
Jan Bartel 514ce5f07a Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2022-11-26 08:57:47 +11:00
Simone Bordet d1e0a7f612 Do not hard fail the documentation if Java < 19.
Require Java 19 to build the release.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-11-25 17:21:01 +01:00
Simone Bordet 4225544222
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-11-07 19:34:43 +01:00