6.3.1 (2020-09-30)

Overview of merged pull requests

BUGFIX: Correctly recognize NULL method arguments in JoinPoint

  • Fixes: #970

  • Packages: Flow

BUGFIX: Throw helpful exception when collection property has missing element type

  • Fixes: #978

  • Packages: Flow

BUGFIX: ActionResponse contains negotiated media type as content-type

This sets the negotiated media type from the Controller in the ActionResponse.

  • Packages: Flow

BUGFIX: Trim enclosing double quotes from session cookie

According to RFC 6265 https://tools.ietf.org/html/rfc6265#section-4.1.1 a cookie value may be enclosed in double quotes. This change takes this into account by removing the first and last double quote of a value (enclosing double quotes) when starting/resuming a session.

  • Fixes: #2133

  • Packages: Flow

BUGFIX: Deprecate unused MD5 in ResourceMetaDataInterface

Marks ResourceMetaDataInterface::getMd5() and ResourceMetaDataInterface::setMd5() deprecated.

This affects the implementing classes PersistentResource and StorageObject.

  • Related: #2112

  • Related: #2113

  • Packages: Eel Flow FluidAdaptor Kickstarter

Detailed log