5.3.18 (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: 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

TASK: Add documentation to model unidirectional OneToMany and ManyToMany

This adds basic documentation for how to properly model unidirectional OneToMany relations in Flow and slightly extends the “Getting Started” guide.

Related to #2053

  • Packages: Flow

TASK: Add missing HTTP status codes to ResponseInformationHelper

This adds a number of HTTP status codes to the ResponseInformationHelper and tweaks the message for code 413 from ‘Request Entity Too Large’ to ‘Payload Too Large’ (as in RFC7231 Section 6.5.11.)

  • Packages: Flow

TASK: Apply fixes from StyleCI

This pull request applies code style fixes from an analysis carried out by StyleCI.

For more information, click here.

  • Packages: Flow

TASK: Apply fixes from StyleCI

This pull request applies code style fixes from an analysis carried out by StyleCI.

For more information, click here.

Apply fixes from StyleCI

This pull request applies code style fixes from an analysis carried out by StyleCI.

For more information, click here.

  • Packages: Cache Eel Flow FluidAdaptor Schema

Apply fixes from StyleCI

This pull request applies code style fixes from an analysis carried out by StyleCI.

For more information, click here.

  • Packages: Cache Eel Flow FluidAdaptor Schema

Detailed log