Olivier Lamy
f6ac9c4d55
Updating to version 11.0.22-SNAPSHOT
2024-05-27 03:19:34 +02:00
Olivier Lamy
c5af9e265b
Updating to version 11.0.21
2024-05-27 03:19:34 +02:00
Joakim Erdfelt
dd641b2736
Updating to version 11.0.21-SNAPSHOT
2024-01-29 15:17:40 -06:00
Joakim Erdfelt
922f8dc188
Updating to version 11.0.20
2024-01-29 15:03:56 -06:00
Joakim Erdfelt
af14a65e4c
Results of: mvn spotless:apply (for sortModules)
2024-01-03 10:41:20 -06:00
Joakim Erdfelt
2f3c9257d1
Results of: mvn spotless:apply
2024-01-03 10:40:38 -06:00
Joakim Erdfelt
fd81c80194
Updating to version 11.0.20-SNAPSHOT
2023-12-15 15:09:03 -06:00
Joakim Erdfelt
f781e475c8
Updating to version 11.0.19
2023-12-15 14:54:13 -06:00
Joakim Erdfelt
1e2b356b80
Updating to version 11.0.19-SNAPSHOT
2023-10-26 21:24:54 -05:00
Joakim Erdfelt
5a9a771a9f
Updating to version 11.0.18
2023-10-26 21:14:03 -05:00
Lachlan Roberts
20b1fc8c10
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2023-10-25 16:32:49 +11:00
Lachlan Roberts
36d3377c23
remove usage of PushCacheFilter from demo-jetty-webapp
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-10-24 11:15:28 +11:00
Lachlan Roberts
a4b15b1a81
remove use of PushCacheFilter from Http2Server demo
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-10-19 19:57:48 +11:00
Joakim Erdfelt
c8829f75bf
Updating to version 11.0.18-SNAPSHOT
2023-10-09 13:49:23 -05:00
Joakim Erdfelt
48e7716b94
Updating to version 11.0.17
2023-10-09 13:38:47 -05:00
Joakim Erdfelt
722b97ad6a
Updating to version 10.0.18-SNAPSHOT
2023-10-09 13:32:28 -05:00
Joakim Erdfelt
af15f12297
Updating to version 10.0.17
2023-10-09 13:21:53 -05:00
gregw
9d96b4fc74
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2023-09-18 16:08:28 +10:00
Joakim Erdfelt
fd88723cad
Cleanup of start properties usages in `jetty-10.0.x` ( #10365 )
...
* Cleanup start properties usages
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2023-09-15 09:59:06 -05:00
Joakim Erdfelt
cb8c4b6ab2
Updating to version 11.0.17-SNAPSHOT
2023-08-25 14:55:08 -05:00
Joakim Erdfelt
bedff458c4
Updating to version 11.0.16
2023-08-25 14:43:04 -05:00
Joakim Erdfelt
896dee2466
Updating to version 10.0.17-SNAPSHOT
2023-08-25 14:27:38 -05:00
Joakim Erdfelt
a2735a9ae9
Updating to version 10.0.16
2023-08-25 14:10:55 -05:00
Simone Bordet
295cbe4d5a
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-08-21 09:01:22 +02:00
Simone Bordet
e91a68923a
Fixes #8926 - HttpClient GZIPContentDecoder should remove Content-Len… ( #10326 )
...
Now Content-Length and Content-Encoding are removed/modified by the decoder.
In this way, applications have a correct sets of headers to decide whether to decode the content themselves.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-08-21 08:58:22 +02:00
Joakim Erdfelt
8e5bedcf8f
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2023-07-14 12:48:56 -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
Simone Bordet
9c17a2c8b2
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-06-08 10:21:05 +02:00
Simone Bordet
c29491e5ac
Fixes #9887 - Deprecate CGI Servlet. ( #9889 )
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-06-08 10:19:24 +02:00
Ludovic Orban
fc36c903c0
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2023-06-05 17:23:43 +02:00
Joakim Erdfelt
5b830a4466
Fixes #9795 - jetty-slf4j-impl is non-optional on some modules ( #9800 )
...
* jetty-slf4j-impl is non-optional on some modules
* Using appropriate slf4j impl depending on module.
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2023-06-05 06:37:05 -05:00
Joakim Erdfelt
1efe9afdf8
Updating to version 11.0.16-SNAPSHOT
2023-04-11 13:53:30 -05:00
Joakim Erdfelt
5bc5e562c8
Updating to version 11.0.15
2023-04-11 13:37:23 -05:00
Joakim Erdfelt
ca3c1756ad
Updating to version 10.0.16-SNAPSHOT
2023-04-11 13:23:25 -05:00
Joakim Erdfelt
68017dbd00
Updating to version 10.0.15
2023-04-11 12:24:32 -05:00
Olivier Lamy
22bb0d0788
Updating to version 11.0.15-SNAPSHOT
2023-03-01 18:56:07 +10:00
Olivier Lamy
e62cc0344a
Updating to version 10.0.15-SNAPSHOT
2023-03-01 18:55:10 +10:00
gregw
7cfc239990
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
...
Signed-off-by: gregw <gregw@webtide.com>
2023-02-15 15:27:17 +11:00
gregw
7a7d69a69f
Happy no year
...
Remove modification date from copyright notice and instead just have the
project inception year.
Signed-off-by: gregw <gregw@webtide.com>
2023-02-15 15:22:32 +11:00
Joakim Erdfelt
260245c012
Updating to version 11.0.14-SNAPSHOT
2022-12-07 15:04:55 -06:00
Joakim Erdfelt
a04bd1ccf8
Updating to version 11.0.13
2022-12-07 14:46:29 -06:00
Joakim Erdfelt
54c4c03244
Updating to version 10.0.14-SNAPSHOT
2022-12-07 14:33:17 -06:00
Joakim Erdfelt
1c2636ea05
Updating to version 10.0.13
2022-12-07 14:12:50 -06:00
Jan Bartel
ed7968850b
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-11-23 14:01:21 +11:00
Jan Bartel
cd7482a151
Issue #8460 simplify DefaultSessionIdManager start ( #8464 )
...
* Issue #8460 check DefaultSessionIdManager is started
2022-11-23 13:47:29 +11:00
Joakim Erdfelt
cba414f255
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-11-17 11:51:54 -06:00
Joakim Erdfelt
24b0f1989e
Fixing proxyTo url for javadoc
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-11-16 08:54:59 -06:00
Simone Bordet
ff3b14d01b
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-10-25 09:55:45 +02:00
Gili Tzabari
e2e59478ce
Update in response to PR comments.
2022-10-24 13:17:25 -04:00
Joakim Erdfelt
b37c1fe311
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-10-05 13:04:18 -05:00