Lachlan Roberts
6ba4670fb9
split a webapp module for jetty-ee9-websocket-jetty-client
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-06-27 18:07:59 +10:00
Lachlan Roberts
e2cc47b0f8
split a webapp module for jetty-ee9-websocket-jakarta-client
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-06-27 16:17:44 +10:00
Simone Bordet
22641f1267
Fix/jetty 12 restore ee n fcgi ( #9796 )
...
* Restored ee9 FastCGIProxyServlet and TryFilesFilter.
* Restored ee10 FastCGIProxyServlet and TryFilesFilter.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-06-05 16:50:11 +02:00
Lachlan Roberts
b0f292b4ca
cleanups of old jaspi dependencies
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-09 15:11:53 +10:00
Greg Wilkins
7275bf15a9
Jetty 12.0.x core security ( #9405 )
...
core security module
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: gregw <gregw@webtide.com>
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Co-authored-by: Lachlan Roberts <lachlan@webtide.com>
Co-authored-by: Jan Bartel <janb@webtide.com>
Co-authored-by: Simone Bordet <simone.bordet@gmail.com>
2023-05-02 15:35:49 +02:00
Joakim Erdfelt
75dbc52f16
Separate weld versions by ee# ( #9544 )
2023-03-29 10:25:31 -05:00
Joakim Erdfelt
3de4323b20
Fix typo in comment
2023-03-09 09:57:14 -06:00
Joakim Erdfelt
1a3f8becd0
Update <ruleSet> for ee9
2023-03-09 09:56:42 -06:00
Joakim Erdfelt
20404f760c
<onlyUpgradable> set to true
2023-03-09 06:36:35 -06:00
Joakim Erdfelt
7f52d4f3f0
Set <onlyProjectDependencies> config to true
2023-03-08 16:13:27 -06:00
Joakim Erdfelt
0feff8d35a
Ignoring jetty releases and maven alpha/beta versions
2023-03-08 16:08:09 -06:00
Jan Bartel
ea042776bd
Reinstate ee9 jetty runner. ( #9383 )
2023-02-17 08:34:14 +11:00
Jan Bartel
dd792b5607
Remove jetty-ant ( #9382 )
2023-02-16 13:48:29 +11:00
Joakim Erdfelt
f80ae9a96e
Bump versions.maven.plugin.version to 2.14.2
2023-01-30 13:55:12 -06:00
Simone Bordet
2e0df218a6
Restored property removed by mistake.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-01-30 16:52:24 +01:00
Simone Bordet
7b7cb67cb0
Moved jetty-ee9/test-ee9-sessions to jetty-ee9-tests/jetty-ee9-test-sessions.
...
Renamed all child modules to comply with the convention.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-01-27 20:14:38 +01:00
Simone Bordet
cd732a175c
Review and normalized all Maven module <name> for consistency.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-01-27 19:09:30 +01:00
Jan Bartel
1abaeb6cee
Jetty 12.0.x osgi ( #9068 )
2022-12-21 08:12:44 -06:00
Simone Bordet
0d0790834d
Moved FastCGIProxyServlet in ee9 to FastCGIProxyHandler in core. ( #8718 )
...
Moved FastCGIProxyServlet in ee9 to FastCGIProxyHandler in core.
Moved TryFilesFilter in ee9 to TryPathsHandler in core.
Update Jetty modules to properly setup the class-path in case of proxy usage.
Fixes Surefire configuration to run the tests.
The problem is that fcgi-proxy depends on fcgi-client, so both will be put on the module-path.
However, fcgi-server is used for the tests, it is in the class-path, but depends on fcgi-client that is on the module-path.
Therefore, when a fcgi-server class tries to access a fcgi-client class, JPMS throws because the fcgi-client module does not export to the unnamed module.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-10-18 00:00:34 +02:00
Simone Bordet
8cb09e4c59
Re-enabled jetty-ee9-proxy and jetty-ee10-proxy modules. ( #8289 )
...
* Re-enabled jetty-ee9-proxy and jetty-ee10-proxy modules.
Introduced TunnelSupport to abstract out the tunnelling capabilities.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-07-22 13:36:47 +02:00
Lachlan Roberts
dde0b4f6c1
re-enable and fix jetty-openid for ee9
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-07-22 10:16:43 +10:00
Jan Bartel
a5fcce595f
WIP
2022-07-11 23:21:35 +10:00
Jan Bartel
d03193a770
WIP make ee9 demos work
2022-07-11 16:43:35 +10:00
Jan Bartel
07a30cc3e3
Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.0.x-jndi
2022-06-30 16:39:54 +10:00
Jan Bartel
5c267ce7ed
Jetty 12.0.x eex jettymavenplugin ( #8200 )
...
* Fix ee9/10 jetty maven plugin and refactor it tests
2022-06-29 17:18:18 +10:00
Jan Bartel
c7f9ef797b
Fix jndi and enable tests
2022-06-29 09:44:05 +10:00
Jan Bartel
80854f8eea
Fix jetty-ee9-home build by enabling jetty-ee9-quickstart.
2022-06-27 11:30:02 +10:00
Lachlan Roberts
52d044f742
Merge remote-tracking branch 'origin/jetty-12.0.x-ee9-websocket' into jetty-12.0.x
2022-06-22 13:21:59 +10:00
Jan Bartel
9893c81abf
Jetty 12.0.x update jakarta api versions ( #8192 )
...
* update to latest jakarta official releases
2022-06-22 10:32:54 +10:00
Olivier Lamy
6c4f3b37e7
rename ee9-demo to jetty-ee9-demo ( #8178 )
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-06-20 14:48:22 +10:00
Lachlan Roberts
1ee5904450
fix compile errors for ee10 websocket
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-06-16 17:51:23 +10:00
Greg Wilkins
6b1dfec971
reenabled more ee9 modules
2022-06-15 10:05:56 +10:00
Greg Wilkins
a5c438fd29
Rename demo-eeX to eeX-demo ( #8097 )
...
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2022-06-06 08:58:09 +10:00
Jan Bartel
c096cc07ba
Build more demo webapps; fix errors in module files.
2022-05-16 13:37:34 +02:00
Olivier Lamy
de1c74cdb9
servlet api as well
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-05-09 20:42:47 +10:00
Greg Wilkins
3f6f725cce
disable jetty-home
...
enabled a few more ee9 modules, but not enough
enabled integrations
2022-05-04 19:29:56 +02:00
Jan Bartel
c2ecad7b3c
WIP move session tests to ee9
2022-05-04 15:10:13 +02:00
Jan Bartel
6c81429085
WIP move session tests to ee9
2022-05-04 15:10:13 +02:00
Olivier Lamy
cb2aa6add8
copy deps for jetty-home ( #7955 )
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-05-04 21:54:52 +10:00
Olivier Lamy
ab0bb9911f
change groupId org.eclipse.jetty.ee10 -> org.eclipse.jetty.ee10.websocket for websocket ( #7954 )
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-05-04 20:35:34 +10:00
Greg Wilkins
04acdb72f0
Jetty-12 Restructure
...
Copied over non ee10 components from the hackathon branch
Co-authored-by: Greg Wilkins <gregw@webtide.com>
Co-authored-by: Jan Bartel <janb@webtide.com>
Co-authored-by: Joakim Erdfelt <joakim@webtide.com>
Co-authored-by: Lachlan Roberts <lachlan@webtide.com>
Co-authored-by: Ludovic Orban <lorban@webtide.com>
Co-authored-by: Olivier Lamy <olamy@webtide.com>
Co-authored-by: Simone Bordet <sbordet@webtide.com>
2022-05-03 15:50:54 +02:00