Commit graph

762 commits

Author SHA1 Message Date
Yevhenii Pokhvalii
9328514bc5
Update maven-publish.yml 2021-03-12 21:28:00 +02:00
Yevhenii Pokhvalii
8650ce2b1d
Update maven-publish.yml 2021-03-12 20:33:34 +02:00
Yevhenii Pokhvalii
ab1a6f7efe
Update maven-publish.yml 2021-03-12 19:37:36 +02:00
Yevhenii Pokhvalii
6aa8e65825
Update maven-publish.yml 2021-03-12 19:17:03 +02:00
Yevhenii Pokhvalii
2894229f08
Update maven-publish.yml 2021-03-12 18:34:15 +02:00
Yevhenii Pokhvalii
55dcd6fe76
Update maven-publish.yml 2021-03-12 18:28:56 +02:00
Yevhenii Pokhvalii
5cefb6759b
Update maven-publish.yml 2021-03-12 18:22:35 +02:00
Yevhenii Pokhvalii
8d624e7e8f
Update maven-publish.yml 2021-03-12 18:08:14 +02:00
Yevhenii Pokhvalii
aad222e322
Update maven-publish.yml 2021-03-12 17:54:26 +02:00
Yevhenii Pokhvalii
5aeaa09487
Update maven-publish.yml 2021-03-12 17:51:26 +02:00
Yevhenii Pokhvalii
c1ee5d2dbc
Update maven-publish.yml 2021-03-12 00:45:34 +02:00
Yevhenii Pokhvalii
6963074cef
Update maven-publish.yml 2021-03-11 17:23:34 +02:00
Yevhenii Pokhvalii
daf2ba120a
Update maven-publish.yml 2021-03-11 16:37:33 +02:00
Yevhenii Pokhvalii
462bbe7504
Update maven-publish.yml 2021-03-11 16:26:42 +02:00
Yevhenii Pokhvalii
7a0343dd0f
Update maven-publish.yml 2021-03-11 16:12:27 +02:00
Yevhenii Pokhvalii
9b1b70179d
Update maven-publish.yml 2021-03-11 16:02:25 +02:00
Yevhenii Pokhvalii
fe8774ba23
Update maven-publish.yml 2021-03-11 15:44:23 +02:00
Yevhenii Pokhvalii
9526d50425
Update maven-publish.yml 2021-03-11 15:43:24 +02:00
Yevhenii Pokhvalii
52f2bd6390
Update maven-publish.yml 2021-03-11 15:42:11 +02:00
Yevhenii Pokhvalii
fe072ed374
Update maven-publish.yml 2021-03-11 15:29:31 +02:00
Yevhenii Pokhvalii
b980214363
Update maven-publish.yml 2021-03-11 15:25:14 +02:00
Yevhenii Pokhvalii
1d08994f5e
Update maven-publish.yml 2021-03-07 01:22:12 +02:00
Yevhenii Pokhvalii
cd41ed9890
Update readme.md 2021-03-06 18:16:47 +02:00
Yevhenii Pokhvalii
875c85ac1b
Update maven-publish.yml 2021-03-06 18:00:24 +02:00
Yevhenii Pokhvalii
cfe19fb582
Update maven-publish.yml 2021-03-06 17:53:07 +02:00
Yevhenii Pokhvalii
140da794b5
Update maven-publish.yml 2021-03-06 04:17:31 +02:00
Yevhenii Pokhvalii
64b59bf31e
Update maven-publish.yml 2021-03-06 04:04:44 +02:00
Yevhenii Pokhvalii
e58563a6ed
Update Dockerfile 2021-03-05 16:06:05 +02:00
Yevhenii Pokhvalii
521b34ea34
Update Dockerfile 2021-03-05 16:05:00 +02:00
Yevhenii Pokhvalii
ce2d146c2d
Update maven-publish.yml 2021-03-05 15:58:50 +02:00
Yevhenii Pokhvalii
0d10a02220
Create maven-publish.yml 2021-03-05 15:58:08 +02:00
Yevhenii Pokhvalii
4da716ee8a
Create Dockerfile 2021-03-05 15:57:02 +02:00
Dave Syer
e2fbc56130 Only publish docker image from main branch 2021-01-28 12:01:57 +00:00
Diego Lemos
a0d743cfed Do not fail packaging if repo info is absent
As part of a process to build a BOSH release, I encountered the error
below while running `./mvnw package`:

```
[ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:3.0.1:revision (default) on project spring-petclinic: Could not complete Mojo execution...: Error: Could not get HEAD Ref, are you sure you have set the dotGitDirectory property of this plugin to a valid path? -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
```

That's because we are just interested on the source files for the BOSH
release, we don't care about repo metadata (so we exclude them).

Going through the [git-commit-id-maven-plugin
docs](https://github.com/git-commit-id/git-commit-id-maven-plugin/blob/master/maven/docs/using-the-plugin.md)
we learned it is possible to prevent the failure above via
configuration.

We propose then to set
`<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>`,
enabling use cases similar to ours.

FWIW `failOnNoGitDirectory` is already set to false.
2021-01-28 10:13:23 +00:00
Dave Syer
3a040886fe Add docker push to CI 2021-01-28 09:57:17 +00:00
Dave Syer
04471aec49 Update to Boot 2.4.2 2021-01-28 09:55:39 +00:00
Stephane Nicoll
02babdd8cb Upgrade to Spring Boot 2.4.1 2020-12-25 13:02:48 +01:00
Stephane Nicoll
8065ad00e2 Merge pull request #707 from Arka-Bandyopadhyay
* pr/707:
  Downgrade to wro4j 1.8.0
  remove .vscode folder from project repository

Closes gh-707
2020-11-29 11:44:14 +01:00
Arka Bandyopadhyay
0573cda3c2 Downgrade to wro4j 1.8.0
This commit downgrades the wro4j plugin to 1.8.0 as the latest version
requires Java 11.

See gh-707
2020-11-29 11:43:28 +01:00
Stephane Nicoll
502870d6c0 Remove IDE specific configuration files
Closes gh-706
2020-11-29 11:39:01 +01:00
Arka Bandyopadhyay
949278cd46 remove .vscode folder from project repository 2020-11-29 14:21:33 +05:30
Dave Syer
ab9135ad9b Upgrade to Spring Boot 2.4.0 2020-11-24 10:44:41 +00:00
Cesarion Pshebytski
8b1ac6736e Updated user for mysql
Updated creation of user for mysql db. Previously lack of quotes resulted in creation of incorrect user (petclinic@% instead of just petclinic)
2020-11-06 11:13:25 +00:00
Stephane Nicoll
7615395b1f Upgrade to Spring Boot 2.3.5 2020-11-06 08:30:48 +01:00
Stephane Nicoll
656b7c8b17 Merge pull request #650 from piyush-garg
* pr/650:
  Upgrade to wro4j 1.9.0

Closes gh-650
2020-11-06 07:55:44 +01:00
Piyush Garg
a1eaaa6878 Upgrade to wro4j 1.9.0
See gh-650
2020-11-06 07:54:59 +01:00
Stephane Nicoll
f6c1a69e6b Merge pull request #670 from akashsolanki
* pr/670:
  Remove redundant junits dependencies

Closes gh-670
2020-11-06 07:48:31 +01:00
Akash Solanki
e5ef4d34e3 Remove redundant junits dependencies
See gh-670
2020-11-06 07:47:17 +01:00
Stephane Nicoll
27109010a5 Restore version to 2.3.0.BUILD-SNAPSHOT 2020-08-27 15:05:30 +02:00
Stephane Nicoll
be0f161453 Upgrade to Checkstyle 8.32 2020-08-27 15:04:12 +02:00