Greg Wilkins
46204a86ff
Jetty 12.0.x resource Servlet ( #11933 )
...
Introduce ResourceServlet
* Split DefaultServlet into ResourceServlet
* Added tests for Resource and Default Servlet
* Improved documentation of the ResourceServlet
* Fixed the documentation
2024-07-10 09:05:56 +10:00
Joakim Erdfelt
803fe5c86b
Fixing section references to fix antora warning about duplicate IDs
2024-07-08 11:13:15 -05:00
Joakim Erdfelt
347da8ed7b
Merge remote-tracking branch 'origin/release/12.0.11' into jetty-12.0.x
2024-07-03 18:35:02 -05:00
Jan Bartel
05a0498627
Update deployment documentation for new features ( #11997 )
2024-07-03 05:57:43 +02:00
Joakim Erdfelt
f5abe07ade
Updating to version 12.0.12-SNAPSHOT
2024-06-27 19:09:24 -05:00
Joakim Erdfelt
9f90cedce3
Updating to version 12.0.11
2024-06-27 18:42:08 -05:00
Ludovic Orban
6d0bddc07a
#11932 make succeeded and failed in ICB final + introduce onSuccess
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2024-06-27 11:46:18 +02:00
Joakim Erdfelt
b15cfd125d
Update URLs for new jetty locations
2024-06-21 13:33:46 -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
3d7f6d8dc5
Update URLs for new jetty locations
2024-06-21 11:38:22 -05:00
Joakim Erdfelt
aa723a2cdc
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-06-21 07:00:39 -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
Jan Bartel
619c539af3
Issue #11911 Fix documentation example for Request.getHttpUri ( #11916 )
...
* Issue #11911 Fix documentation example for Request.getHttpUri
2024-06-14 11:18:31 +02:00
Jan Bartel
45562b012a
Issue #11893 fix maven helloworld example ( #11896 )
2024-06-11 01:53:19 +02:00
Joakim Erdfelt
8b506b4f28
Merge remote-tracking branch 'origin/release/12.0.10' into jetty-12.0.x
2024-06-04 11:39:43 -05:00
Joakim Erdfelt
3776b6c9c6
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2024-06-04 10:47:45 -05:00
Joakim Erdfelt
5d4c778ee2
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-06-04 10:44:24 -05:00
Jesse McConnell
08124fb38c
Update index.adoc
...
add version to the title to resolve jetty/jetty.website#33
2024-06-02 10:03:08 -05:00
Olivier Lamy
fb1697fd07
Updating to version 12.0.11-SNAPSHOT
2024-05-30 15:23:16 +10:00
Olivier Lamy
26106dfc84
Updating to version 12.0.10
2024-05-30 14:39:40 +10:00
Lachlan
bc03176224
Issue #11745 - fix the environment var for the GAE Instance in id-manager.xml ( #11797 )
...
* Issue #11745 - fix the environment var for the GAE Instance in id-manager.xml
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2024-05-28 03:54:59 +02:00
Olivier Lamy
e4a89074f7
fix parent version
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-05-27 03:19:34 +02:00
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
Olivier Lamy
81ef1d2fb6
fix parent version
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-05-27 03:11:27 +02:00
Olivier Lamy
193cd0e995
Updating to version 10.0.22-SNAPSHOT
2024-05-27 03:11:27 +02:00
Olivier Lamy
7cbe89a433
Updating to version 10.0.21
2024-05-27 03:11:27 +02:00
Olivier Lamy
b16460252f
Disable cache antora as it looks to have some bugs with forking lifecycle ( #11835 )
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-05-23 23:31:30 +02:00
Dan Allen
00f322f092
migrate documentation to Antora
2024-05-21 00:37:51 +02:00
Dan Allen
3c6379b496
migrate documentation to Antora
2024-05-21 00:27:16 +02:00
Dan Allen
f3bc547622
migrate documentation to Antora
2024-05-21 00:20:07 +02:00
Simone Bordet
a4c297011b
Fixes #11072 - Jetty 12: CompleteCallbackHandler ( #11786 )
...
Introduced StateTrackingHandler.
StateTrackingHandler is a troubleshooting Handler that helps to identify those cases where the Handler/Request/Response APIs are used improperly.
In particular, it tracks the events described in StateTrackingHandler.Listener, such as the Handler callback not completed, or blocking demand callback, or a write callback not completed, etc.
It also provides dump() capabilities, so the current requests and their state is dumped to help troubleshooting.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-05-19 19:32:37 +02:00
Simone Bordet
66b13d5df1
Updated XML example to use ${project.basedir} instead of ${basedir}.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-05-16 19:04:48 +02:00
Jan Bartel
6f2f599b17
Issue #11761 fix jetty maven doco and integration test ( #11771 )
...
* Issue #11761 fix jetty maven doco and integration test
2024-05-13 01:44:13 +02:00
Joakim Erdfelt
8e7e42201a
Updating to version 12.0.10-SNAPSHOT
2024-05-03 09:28:36 -04:00
Joakim Erdfelt
efe8023327
Updating to version 12.0.9
2024-05-03 09:02:37 -04:00
Simone Bordet
c10ec98b5b
Fixes #11597 - Document Request Customizers.
...
Documented the request customizers in the programming guide.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-04-24 18:57:16 +02:00
Simone Bordet
e491fc3d30
Document the rewrite Jetty module. ( #11686 )
...
* Document the rewrite Jetty module.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-04-24 18:19:34 +02:00
Joakim Erdfelt
24f3a249c4
Merge remote-tracking branch 'refs/remotes/origin/jetty-11.0.x' into jetty-12.0.x
...
# Conflicts:
# documentation/jetty-documentation/src/main/asciidoc/programming-guide/maven/jetty-maven-plugin.adoc
2024-04-19 15:13:52 -05:00
Joakim Erdfelt
326a68078c
Merge remote-tracking branch 'refs/remotes/origin/jetty-10.0.x' into jetty-11.0.x
2024-04-19 15:06:24 -05:00
Jesse McConnell
284de51564
fix broken xrefs in the documentation that need resolved before the antora migration
2024-04-19 14:05:08 -05:00
Joakim Erdfelt
766a058786
Introduce various aliases to start.jar options ( #11639 )
...
* Issue #5944 - introduce --files=<uri>|<location> alias
* Issue #5945 - introduce --skip-create-files=<moduleName> alias
* Issue #5946 - introduce --add-config-dir=<path> alias
* Updating documentation for new names
2024-04-19 11:10:42 -05:00
Greg Wilkins
30bee710f1
Move ClassMatcher to core to have a consistent fix for addServerClasses in all environments ( #11566 )
...
* Issue #11514 - Cleanup `jetty.webapp.addServerClasses` property behavior for ee10/ee9/ee8
* Fix test
* Merging patterns (default -> env -> config)
* Moved ClassMatcher to util
* Adding more deprecations
* Changing XML demos/tests to use new getter names
* rollback xml changes in ee9/ee8
---------
Co-authored-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Co-authored-by: Jan Bartel <janb@webtide.com>
2024-04-12 17:31:47 +10:00
Joakim Erdfelt
b3ef872d6b
Updating to version 12.0.9-SNAPSHOT
2024-03-29 15:20:11 -05:00
Joakim Erdfelt
ffffdcc3c8
Updating to version 12.0.8
2024-03-29 14:31:57 -05:00
Ludovic Orban
89c41b2550
Cleanup Resource IO ( #11364 )
...
Refactorings to rationalize and simplify how we do IO with resources internally by introducing the IOResources helper.
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2024-03-28 11:08:44 +01:00
Simone Bordet
29bed1435f
Fixes #11563 - HttpClient InputStream.read() hangs intermittently.
...
Clarified documentation about HttpClient request and response listener: they cannot block.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-03-25 15:17:14 +01:00
Simone Bordet
bb30fdfeca
Clarified documentation about using WebSocket endpoints with JPMS.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-03-25 15:16:45 +01:00
Simone Bordet
258a5e04de
Fixes #10870 - How to set HttpConfiguration.securePort when the HTTPS port is dynamic? ( #11547 )
...
Introduced NetworkConnector.Listener to notify of open/close events.
Applications can register a listener on one NetworkConnector, be notified when it opens, and configure other components (for example using the NetworkConnector.localPort).
Cleaned up ManagedSelector.CloseConnections, which had code that was not used, and fixed the close of non-connection elements such as the ServerSocketChannel and DatagramChannel (when acceptors=0).
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-03-24 20:52:56 +01:00