Skip to content

Release 1.6.0#67

Merged
dmitrykuzmin merged 1 commit intomasterfrom
release-1.6.0
Sep 9, 2020
Merged

Release 1.6.0#67
dmitrykuzmin merged 1 commit intomasterfrom
release-1.6.0

Conversation

@dmitrykuzmin
Copy link
Contributor

@dmitrykuzmin dmitrykuzmin commented Sep 8, 2020

This PR does the release of a bootstrap plugin version 1.6.0.

With this release the bootstrap plugin receives support for more automated project configurations [#65].

Library dependencies

It's now possible to add some of the Spine libraries to project dependencies through the API provided by the plugin. This includes:

  • the Google Cloud Datastore storage implementation:
spine.enableJava {
    withDatastore()
}
  • web API library:
spine.enableJava().webServer()
  • web library with integration over the Firebase Realtime Database:
spine.enableJava().firebaseWebServer()

IDEA configuration

If both Bootstrap and the idea plugin are applied, Bootstrap configures the idea plugin, so that the IDE displays sources and generated sources as expected.

Infrastructure

The project build scripts are migrated to Kotlin [#50].

@dmitrykuzmin dmitrykuzmin self-assigned this Sep 8, 2020
@dmitrykuzmin dmitrykuzmin requested a review from armiol September 8, 2020 20:14
Copy link
Contributor

@armiol armiol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dmitrykuzmin LGTM. However, let's inline (and maybe shorten a bit) the description from #65 into the notes. It looks very helpful to me if we'd have the sample usage along with the explanation right in the release notes.

@dmitrykuzmin dmitrykuzmin merged commit 58bc4cd into master Sep 9, 2020
@dmitrykuzmin dmitrykuzmin deleted the release-1.6.0 branch September 9, 2020 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants