eclipse-jetty-plugin icon indicating copy to clipboard operation
eclipse-jetty-plugin copied to clipboard

Eclipse Jetty Plugin

Results 32 eclipse-jetty-plugin issues
Sort by recently updated
recently updated
newest added

The jetty-ee10 bom https://repo1.maven.org/maven2/org/eclipse/jetty/ee10/jetty-ee10-bom/12.0.3/jetty-ee10-bom-12.0.3.pom includes these 3 things in the jetty.ee10.osgi group ``` org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-alpn 12.0.3 org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot 12.0.3 org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot-jsp 12.0.3 ``` The jetty-ee9 bom https://repo1.maven.org/maven2/org/eclipse/jetty/ee9/jetty-ee9-bom/12.0.3/jetty-ee9-bom-12.0.3.pom includes these 2...

Hi everyone, I was not able to start-up my local server due to an expired certificate, the reason is https://eclipse.dev/jetty/configure_10_0.dtd Here is a stacktrace: ``` 2023-10-16 09:58:55.402:INFO:oejs.Server:main: jetty-9.4.49.v20220914; built: 2022-09-14T01:07:36.601Z;...

Bumps [testng](https://github.com/cbeust/testng) from 5.14.9 to 7.7.0. Release notes Sourced from testng's releases. TestNG v7.7.0 What's Changed Replace FindBugs by SpotBugs by @​gruenich in cbeust/testng#2781 Gradle: Drop forUseAtConfigurationTime() by @​gruenich in...

dependencies

Hi, as stated [here](https://github.com/eclipse/jetty.project/issues/9063#issuecomment-1354839709) looks like the plugin does not allow to pass to Jetty a parameter that let it startup even if run from an offline machine.

Bumps tapestry-core from 5.3.2 to 5.8.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.tapestry:tapestry-core&package-manager=maven&previous-version=5.3.2&new-version=5.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

If you use an external Jetty 9.4, with Java 11 and activate Anotation you get this error ``` 2022-04-03 18:11:09.847:INFO::main: Logging initialized @227ms to org.eclipse.jetty.util.log.StdErrLog Configuration: C:\Users\username\AppData\Local\Temp\eclipseJettyPlugin.config.WindexServer.xml 2022-04-03 18:11:09.983:WARN:oejx.XmlConfiguration:main: Config...

Bumps [h2](https://github.com/h2database/h2database) from 1.3.168 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi, I am new to Jetty. Is there anyway I can add, enable [ JDBC Sessions](https://www.eclipse.org/jetty/documentation/current/configuring-sessions-jdbc.html) for session persistence? I tried to add jetty-jdbc-sessions.xml in custom web default xml, but...

@thred and I are both not using this plugin anymore - therefore we are not working actively on the project anymore. On the other hand we'd love to see this...