Skip to content

Tags: clippings/service-core-build-scripts

Tags

0.0.9

Toggle 0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Include only production runtime dependencies in the docker image - ex…

…cluding spring dev-tools (#16)

0.0.8

Toggle 0.0.8's commit message
added few tiny fixed to the openapi generator plugin configuration

- fixed validation issues
- don't generate models for aliases
- ensure that all input specs are relative to the project root

0.0.7

Toggle 0.0.7's commit message
fix spotless year license header

0.0.6

Toggle 0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add throws Exception to controller methods in order to allow handling…

… checked exception in general exception handler (#13)

0.0.5

Toggle 0.0.5's commit message
do not generate timestamps and comments - we generate those files on …

…every build.

0.0.4

Toggle 0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use project name as docker image name (#11)

* use project name as docker image name

* fix type and use project.name.toLowerCase

* remove redundant global var

0.0.3

Toggle 0.0.3's commit message
Refactoring of spring plugin

**What is this about?**

Split the plugin in 2:
- core spring
- spring db

Reason: adapters will not have DB support

What else:
* removed version properties - Spring manages them through their BOM
* updated documentation
* removed swagger-ui as dependency
* use findProperty() instead of ext.properties[]
* added skipLicenseHeader property to disable java header in the formatter

Some concerns: The Spring managed versions are slightly older than ours. However, they choose those versions for reason - they should be tested for compatibility
* postgresql.version, 42.3.7 -> 42.5.0
* liquibase.version, 4.9.1 -> 4.17.0

0.0.2

Toggle 0.0.2's commit message
added maven repo configuration

0.0.1

Toggle 0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from clippings/initial-import

initial commit