Dragos Mateescu
21faddd6db
first commit on tag 1.1.0
2021-06-09 10:02:49 +03:00
Dragos Mateescu
08c5007457
second commit on tag 1.0.1
2021-06-09 10:01:53 +03:00
Dragos Mateescu
741d7cd7ee
first commit on tag 1.0.1
2021-06-09 10:00:54 +03:00
Dragos Mateescu
4bd4d20121
first commit on tag
2021-06-09 09:53:28 +03:00
Dragos Mateescu
b50c1ace82
v1.0.0
2021-06-09 09:46:33 +03:00
Dragos Mateescu
a639407447
v1.0.0 commit with versioning!
2021-06-09 09:45:05 +03:00
Dragos Mateescu
5ecf1647ad
third commit with versioning!
2021-06-09 09:44:39 +03:00
Dragos Mateescu
8a33d241c4
second commit with versioning!
2021-06-09 09:44:24 +03:00
Dragos Mateescu
abc73a4efb
first try with versioning
2021-06-09 09:43:45 +03:00
Dragos Mateescu
72d08fd6ae
create an automatic versioning release
2021-06-09 09:43:08 +03:00
Dragos Mateescu
0e9b187543
create an automatic versioning release
2021-06-07 15:41:26 +03:00
Dragos Mateescu
8992ebb642
third try of the automatic release on separated branch
2021-06-07 15:33:44 +03:00
Dragos Mateescu
fe44e557b2
second try of the automatic release on separated branch
2021-06-07 15:33:32 +03:00
Dragos Mateescu
6578f9203e
first try of the automatic release on separated branch
2021-06-07 15:33:20 +03:00
Dragos Mateescu
9e03587906
third try of the automatic release on separated branch
2021-06-07 14:20:42 +03:00
Dragos Mateescu
8a6d339dc0
second try of the automatic release on separated branch
2021-06-07 14:00:53 +03:00
Dragos Mateescu
17fe81a87f
first try of the automatic release on separated branch
2021-06-07 14:00:33 +03:00
Dragos Mateescu
b06490cf8e
second try of the automatic release
2021-06-07 13:17:28 +03:00
Dragos Mateescu
b147986277
change master branch to main branch
2021-06-07 13:17:05 +03:00
Dragos Mateescu
7a126e2c74
first try of automatic release action
2021-06-07 13:15:32 +03:00
Dragos Mateescu
738a898f31
add github automatic release action
2021-06-07 13:15:02 +03:00
Dragos Mateescu
eddc8a1f83
add github automatic release action
2021-06-07 13:12:29 +03:00
Dragos Mateescu
33af02a672
add demo actions for github
2021-06-07 10:44:38 +03:00
Dragos Mateescu
62a9040bae
add github actions yml
2021-06-07 10:42:47 +03:00
dragos-mateescu-visma
02d4663495
Add files via upload
2021-06-07 10:38:39 +03:00
lsap
e7c879ed3a
Update petclinic_db_setup_mysql.txt
...
Hey Team, thanks in advance!
2021-05-14 16:17:25 +01:00
Frank Migliorino
b91e21378c
Fix docs for setting profiles
...
Add using -Dspring-boot.run.jvmArguments to the notes for how to set up using MySQL.
2021-05-14 13:01:26 +01:00
Dave Syer
8954fa9585
Add note about autocrlf on windows
2021-05-12 10:45:14 +01:00
Dave Syer
0d8a80da65
Clarify that a JDK is needed
2021-05-12 10:41:09 +01:00
Dave Syer
525dc6a2d0
Only attempt to login to docker on main
2021-05-12 10:40:13 +01:00
Dave Syer
d0e4e7731b
Only attempt to login to docker on main
2021-05-11 16:21:54 +01:00
Dave Syer
af1857cda1
Add javaformat plugin to Eclipse workaround
2021-05-04 11:37:31 +01:00
Jinbo Wang
39d60e2761
Configure an inline m2e lifecycle mapping for wro4j-maven-plugin
...
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2021-04-29 07:15:16 +01:00
Dave Syer
09e07869ac
Update Spring Boot to 2.4.5
2021-04-29 07:11:20 +01: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