Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

Note that a lot of advanced use cases will require you to make use of the Java API documentation, which can be found here for later use:

The above contains all of the API (and in many cases implementation class) documentation for all of the code provided by the project, but does not include numerous third party APIs (e.g. Spring itself).

Note however, that the links embedded throughout the documentation will generally reference the "current" versions of these APIs, which are for V4 and not for this version.

Tip

When you see a syntax like this:

name 3.2

That signifies a feature, setting, property, etc. that is only available in the corresponding minor version or later of the software. You will encounter features that are marked with unreleased versions of the software, which is necessary in order for us to avoid having to document all the new features at the end of a release cycle.

...