Olivier Lamy
6415fa9277
some debug
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-05-03 14:53:43 +10:00
Olivier Lamy
d06a45b0c0
fix invoker settings xml for jetty-runner modules
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-05-03 14:12:11 +10:00
Jan Bartel
ce13b8590f
Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.1.x
2024-05-03 12:18:49 +10:00
Jan Bartel
b11d1cb27f
Issue #11709 fix jetty-with-custom-class.xml file and use it ( #11716 )
...
* Issue #11709 fix jetty-with-custom-class.xml file and use it
2024-05-03 04:14:46 +02:00
Olivier Lamy
5f9e46f37d
should fix CI
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-05-03 11:47:08 +10:00
Simone Bordet
c5b2533fde
Fixed XML files after #11722 .
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-05-02 18:14:50 +02:00
Simone Bordet
42ba415318
Addendum to #11566 . ( #11722 )
...
* Addendum to #11566 .
Restored methods that were removed in WebAppClassLoader.Context.
Fixed method signatures for deprecated method -- they must take the deprecated ClassMatcher, not the newly introduced one.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-05-02 17:40:49 +02:00
Ludovic Orban
cfee4fe433
Fix flaky `testUploadWithPendingReadConcurrentServerCloseClosesStream()` ( #11693 )
...
* #11692 fix flaky testUploadWithPendingReadConcurrentServerCloseClosesStream()
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2024-05-02 12:10:37 +02:00
Ludovic Orban
45e474b7d5
Improve ThreadLimitHandler ( #11723 )
...
* Improve ThreadLimitHandler
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2024-05-02 12:09:29 +02:00
Jan Bartel
2347c5cce3
OSGi jsp tests don't work because jstl not yet ported to servlet6.1
2024-05-02 16:44:51 +10:00
Jan Bartel
c20a723749
See https://github.com/jakartaee/servlet/issues/616
2024-05-01 17:48:30 +10:00
Jan Bartel
53bb51a69d
Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.1.x
2024-05-01 15:27:49 +10:00
Jan Bartel
fa7d8158e0
Add support for HttpSession.Accessor
2024-05-01 15:25:48 +10:00
Jan Bartel
da5eee7434
Update all deps to ee11 versions
2024-05-01 11:28:09 +10:00
Jan Bartel
d7e66dd818
Issue #11707 fix PropertyFileLoginModuleTest ( #11714 )
2024-05-01 03:20:37 +02:00
Jan Bartel
70599e41cf
Issue #11705 remove unused decorate.mod and etc files ( #11717 )
2024-05-01 03:20:19 +02:00
Olivier Lamy
61223e82b5
fix pom version
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-04-30 15:51:13 +10:00
Olivier Lamy
87bdb4b137
fix pom version
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-04-30 15:20:09 +10:00
Jan Bartel
7a47c76ecb
Issue #11706 ee9 BadServletInit in wrong package ( #11713 )
2024-04-30 03:55:26 +02:00
gregw
b11996a3c4
Introduced EE11 and jetty-12.1.x
2024-04-26 22:42:57 +10:00
Jan Bartel
151fffb48e
Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.1.x
2024-04-26 16:50:05 +10:00
Joakim Erdfelt
fd3fafca73
[April 2024] Jetty 12 Dependency Updates ( #11703 )
...
* Ensure JDK22 for eclipse-release
* Updating Dependencies - April 2024
2024-04-25 20:56:30 -05:00
Jan Bartel
e9c71be811
Jetty 12.0.x refactor common maven plugin classes ( #11651 )
...
* Issue #11514 - Cleanup `jetty.webapp.addServerClasses` property behavior for ee10/ee9/ee8
* Merging patterns (default -> env -> config)
* Moved ClassMatcher to util
* System Server Classes
* Renaming to Hidden/Protected
* Updated for loss of dump.war
* Update jetty-core/jetty-ee/src/main/java/org/eclipse/jetty/ee/WebappClassLoading.java
* fixed OSGi tests
* Ensure default hidden server and system classes.
* Fixed ee9 OSGi to load jetty-ee
* Adding more deprecations
* Changing XML demos/tests to use new getter names
* rollback xml changes in ee9/ee8
* Fix ee8 maven plugin
* Make jetty-maven dependency optional in ee9 to match ee10
---------
Co-authored-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Co-authored-by: gregw <gregw@webtide.com>
2024-04-25 20:53:40 -05:00
Joakim Erdfelt
7da90561cd
Merge pull request #11700 from jetty/fix/12.0.x/npe-response-recycled
...
Issue #11699 - ISE when Response does not exist.
2024-04-25 20:37:52 -05:00
Joakim Erdfelt
91633359c3
Issue #11699 - ISE when Response does not exist.
2024-04-25 10:13:46 -05:00
Joakim Erdfelt
429809e549
Issue #11453 - Testcase for reported issue ( #11454 )
2024-04-25 09:54:20 -05:00
Simone Bordet
d4805a581e
Fixes #11597 - Document Request Customizers. ( #11682 )
...
* 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 23:35:26 +02:00
Lachlan
0c144845d4
update SizeLimitHandler with fixes needed for appengine tests ( #11570 )
...
* update SizeLimitHandler with fixes needed for appengine tests
---------
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2024-04-24 16:28:28 -05: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
044a59ff6d
Merge pull request #11640 from jetty/fix/12.0.x/sh.state.site.delete
...
Issue #11026 - fix `jetty.sh restart` flaw
2024-04-24 08:43:49 -05:00
Jan Bartel
23ca73e833
Issue #11677 fix AttributeNameTest ( #11689 )
2024-04-24 08:42:53 -05:00
Jan Bartel
aef8cb1b50
Issue #11676 fix session CreationTest ( #11685 )
2024-04-24 08:42:29 -05:00
Greg Wilkins
33a65f636f
Fix distribution test race ( #11691 )
2024-04-24 18:06:02 +10:00
Joakim Erdfelt
bc16e90814
Revert @RepeatedTest to @Test
2024-04-23 20:45:39 -05:00
Joakim Erdfelt
1f4d19c841
Tweaking DisableUrlCacheTest to identify flaky nature of testcase. ( #11670 )
...
* Tweaking DisableUrlCacheTest to identify flaky nature of testcase.
* More logging details (in case failure happens)
* Repeat til failure
2024-04-23 20:31:32 -05:00
Ludovic Orban
bb633b8a0f
Fix `HttpFields.Mutable.Wrapper.computeField()` ( #11688 )
...
* #11687 make HttpFields.Mutable.Wrapper.computeField() call onRemoveField() and remove the field when null is returned by computeFn
* #11687 replace IAE with NPE
* #11687 replace collect(Collectors.toList()) with toList()
---------
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2024-04-23 18:13:01 -05:00
gregw
a8ffebff2b
Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.1.x
2024-04-24 09:02:13 +10:00
Joakim Erdfelt
4cc938429f
Issue #11648 - Introducing HttpDateTime class. ( #11672 )
...
+ Introduces HTTP (and Cookie) Date/Time parsing
according to spec algorithms.
+ Introduces formatting according to spec
mandated preferred RFC 1123 format.
+ Deprecate DateParser
2024-04-23 17:17:59 -05:00
Joakim Erdfelt
ebe1b0e4cc
Merge pull request #11684 from jetty/fix/12.0.x/asynccontexttest-improvements
...
Cleaning up ee10 `AsyncContextTest`
2024-04-23 13:37:16 -05:00
Ludovic Orban
a1450f5cf7
Fix for some invalid server behaviors when a client is aborting a request ( #11637 )
...
* #11631 abort instead of rethrow when the exception handler in handle() throws an exception
* fix ee10 state machine error when client aborts
* H3: wire client-sent reset packet on abort
* H3: only fail finished streams when fill interested is false
---------
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2024-04-23 08:30:21 -05:00
gregw
758543d7f0
updates from review
2024-04-23 18:10:34 +10:00
gregw
2223170c4f
Merge branch 'jetty-12.0.x' into jetty-12.1.x
...
Signed-off-by: gregw <gregw@webtide.com>
2024-04-23 17:38:22 +10:00
Joakim Erdfelt
a0f4e9809a
Cleaning up AsyncContextTest
2024-04-22 14:31:32 -05:00
Ludovic Orban
656e904d91
Fix buffer leak in `HttpClientStreamTest.testUploadWithConcurrentServerCloseClosesStream()` ( #10431 )
...
Fix buffer leak in HTTP and FCGI when the server is being shut down while there are in-flight requests
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2024-04-22 16:15:58 +02:00
Joakim Erdfelt
b292a312a8
Merge pull request #11680 from jetty/fix/jetty-12-duplicate-plugin-warning
...
Fix Maven warning about missing duplicate-finder-maven-plugin version
2024-04-22 07:17:58 -05:00
Olivier Lamy
d168993c57
fix maven warning about missing plugin version
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-04-22 19:07:10 +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
Olivier Lamy
adfa0da5e4
really upload result previous PR was incomplete ( #11675 )
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-04-22 10:27:23 +02:00
Olivier Lamy
87914822c6
Jetty 12 main will keep not using the cache but at least will build cache output for PRs ( #11674 )
...
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-04-22 05:48:23 +02:00