restlet-framework-java icon indicating copy to clipboard operation
restlet-framework-java copied to clipboard

The first REST API framework for Java

Results 160 restlet-framework-java issues
Sort by recently updated
recently updated
newest added

## Aim Finish the Maven-ification of the build. ## Solution * Move parent pom to the top level of the repository * Remove deprecated modules * Remove old build files...

Let's update the dependencies for the 2.4 version (future 2.5 will be handled differently) ``` cglib:cglib-nodep .............................................. 2.2.2 -> 3.3.0 com.fasterxml.jackson.core:jackson-annotations ................. 2.9.6 -> 2.16.1 com.fasterxml.jackson.core:jackson-core ........................ 2.9.6 -> 2.16.1...

State: implementation
Version: 2.4
Vulnerabilities

I'm a co-maintainer of [Spring Cloud Sleuth](https://github.com/spring-cloud/spring-cloud-sleuth/) and [Micrometer](https://micrometer.io/) projects (together with @shakuzen and @jonatan-ivanov). [Micrometer Observation](https://micrometer.io/docs/observation) is part of the Micrometer 1.10 release and [Micrometer Tracing](https://micrometer.io/docs/tracing) is a new...

Type: feature
State: new
Priority: high
Version: 2.5

Bumps [testng](https://github.com/cbeust/testng) from 6.8.7 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

cf this discussion: https://github.com/restlet/restlet-framework-java/discussions/1382

Edition: Java SE
State: new
Priority: high
Extension: Guice
Version: 2.5

This pull request adds support for the SameSite cookie attribute to: - org.restlet.data.CookieSetting - org.restlet.engine.header.CookieSettingWriter - org.restlet.engine.header.CookieSettingReader It also adds tests for the added functionality via: - org.restlet.test.engine.header.CookieSettingReaderTestCase - org.restlet.test.engine.header.CookieSettingWriterTestCase...

ResourceException cannot be serialized even so it implements the Serializable interface. ``` Caused by: java.io.NotSerializableException: org.restlet.Request at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1175) ~[?:?] ``` Please mark the non-serializable internal attributes (status, request, and message)...

Module: Restlet Engine
Type: bug
Priority: high
State: waiting for JCA
Version: 2.4

Is Restlet in auto-pilot now? Meaning it is stable not going to be developed for innovation and modern technologies as it continuously lags behind other Java frameworks, which are now...

Version: SE, 2.3.3 This was actually caused by mysterious access to our system - here is stacktrace: at org.restlet.engine.header.HeaderUtils.getContentLength(HeaderUtils.java:940) at org.restlet.engine.adapter.ServerCall.getContentLength(ServerCall.java:143) at org.restlet.engine.adapter.ServerCall.getRequestEntity(ServerCall.java:179) at org.restlet.engine.adapter.HttpRequest.getEntity(HttpRequest.java:539) at org.restlet.engine.application.Decoder.beforeHandle(Decoder.java:115) at org.restlet.routing.Filter.handle(Filter.java:195) at...

Module: Restlet Engine
Type: bug
State: analysis
Priority: low