Commit graph

637 commits

Author SHA1 Message Date
Spring Operator
eee011a392 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were fixed successfully.

* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/maven-v4_0_0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-05 23:57:47 -06:00
Dave Syer
827dc12325 Revert "Remove redundant component scan filter"
This reverts commit ab56724285.
2019-02-11 08:08:57 +00:00
Stephane Nicoll
8472aa039e Upgrade to Spring Boot 2.1.2.RELEASE 2019-01-31 11:30:16 +01:00
Stephane Nicoll
5808126798 Merge pull request #383 from mustafau
* pr/383:
  Remove SonarQube configuration file
2019-01-15 13:30:16 -05:00
Mustafa Ulu
dbbd3ea80e Remove SonarQube configuration file
Closes gh-383
2019-01-15 13:29:38 -05:00
Dave Syer
ab56724285 Remove redundant component scan filter
The @DataJpaTests creates all the repositories. There's no need
for a filter (and there aren't any matching @Service beans anyway).
2018-12-17 16:41:44 +00:00
Dave Syer
df359ab1bc Update to Boot 2.1.1 2018-12-04 13:53:23 +00:00
Dave Syer
13f1bfb079 Update to Boot 2.1.0 2018-11-15 04:24:58 +08:00
Stephane Nicoll
85aab20850 Merge pull request #369 from figueroaRicardo
* pr/369:
  Fix links
2018-11-11 11:19:25 +01:00
figueroaRicardo
8869750c25 Fix links
Closes gh-369
2018-11-11 11:19:11 +01:00
Stephane Nicoll
3b36b80741 Add reference to Spring Petclinic Forks
See gh-361
2018-10-22 14:59:52 +02:00
Stephane Nicoll
1ada9baeaa Merge pull request #358 from arey
* pr/358:
  Polish "Add documentation for IntelliJ IDEA"
  Add documentation for IntelliJ IDEA
2018-10-09 08:44:41 +02:00
Stephane Nicoll
8bee2f888d Polish "Add documentation for IntelliJ IDEA"
Closes gh-358
2018-10-09 08:44:25 +02:00
Antoine Rey
6de956210e Add documentation for IntelliJ IDEA
See gh-358
2018-10-09 08:34:12 +02:00
Stephane Nicoll
71cfa2be6c Merge pull request #359 from oltruong
* pr/359:
  Fix indent in readme.md
2018-10-09 08:32:09 +02:00
Olivier Truong
e0684bfd5e Fix indent in readme.md
Closes gh-359
2018-10-09 08:31:35 +02:00
Dave Syer
f31ead5f79 Add notes on building a jar
See #339
2018-10-08 09:06:24 +01:00
Stephane Nicoll
895730caf9 Simplify build definition 2018-10-07 13:40:45 +02:00
Stephane Nicoll
d49cc42ae5 Add missing repository definition 2018-10-06 16:40:10 +02:00
Stephane Nicoll
1feea1f441 Polish 2018-10-06 16:37:33 +02:00
Dave Syer
b982e66834 Clarify docs on MySql and STS 2018-10-05 15:38:11 +01:00
Dave Syer
e823df3657 Update to Spring Boot 2.1 2018-10-05 11:36:56 +01:00
Stephane Nicoll
60105d5d9a Use Jacoco rather than cobertura 2018-08-09 10:47:13 +02:00
Stephane Nicoll
73c9ac5acb Upgrade to Spring Boot 2.0.4.RELEASE 2018-08-09 10:12:57 +02:00
Stephane Nicoll
5f7574570e Merge pull request #335 from cruftex:fix-cache-comment
* pr/335:
  Polish "Clarify cache configuration"
  Clarify cache configuration
2018-07-13 16:58:28 +02:00
Stephane Nicoll
893a18f595 Polish "Clarify cache configuration"
Closes gh-335
2018-07-13 16:57:48 +02:00
Jens Wilke
22ff39853d Clarify cache configuration
See gh-335
2018-07-13 16:52:34 +02:00
Stephane Nicoll
645ebc4fb8 Merge pull request #334 from cruftex:fix-link
* pr/334:
  Fix wrong link for CacheConfiguration
2018-07-12 14:51:45 +02:00
Jens Wilke
02ef5939f9 Fix wrong link for CacheConfiguration
Closes gh-334
2018-07-12 14:51:28 +02:00
Stephane Nicoll
1a317e62d1 Merge pull request #332 from arey:feature/browserCache
* pr/332:
  Polish "Enable caching of static resources"
  Enable caching of static resources
2018-07-10 09:10:30 +02:00
Stephane Nicoll
895422b8c8 Polish "Enable caching of static resources"
Closes gh-332
2018-07-10 09:10:03 +02:00
Antoine Rey
46babdad7c Enable caching of static resources
See gh-332
2018-07-10 08:57:21 +02:00
Stephane Nicoll
3c9afdc138 Polish 2018-07-10 08:55:27 +02:00
Stephane Nicoll
5ff057d90b Remove misleading production profile
Closes gh-333
2018-07-10 08:50:58 +02:00
Stephane Nicoll
415bd73893 Fix devtools module declaration 2018-07-10 08:43:13 +02:00
Stephane Nicoll
492b4851b5 Merge pull request #330 from arey:bugfix/jmeter
* pr/330:
  Adapt JMeter script to recent changes
2018-07-09 17:53:28 +02:00
Antoine Rey
e7eabca111 Adapt JMeter script to recent changes
Closes gh-330
2018-07-09 17:52:35 +02:00
Stephane Nicoll
bcce2676db Merge pull request #328 from arey:feature/LocalDate
* pr/328:
  Polish "Use Java 8 LocalDate instead of java.util.Date"
  Use Java 8 LocalDate instead of java.util.Date
2018-07-09 16:49:15 +02:00
Stephane Nicoll
4c22d010ea Polish "Use Java 8 LocalDate instead of java.util.Date"
Closes gh-328
2018-07-09 16:47:34 +02:00
Antoine Rey
c0748e3e82 Use Java 8 LocalDate instead of java.util.Date
See gh-328
2018-07-09 16:47:16 +02:00
Dave Syer
38bd3280cb Update to Boot 2.0.3 2018-06-20 13:58:30 +01:00
Stephane Nicoll
5270246eb5 Polish 2018-06-04 10:54:27 +02:00
Stephane Nicoll
4d6ee8410d Upgrade to Spring Boot 2.0.2.RELEASE 2018-06-04 10:49:45 +02:00
Stephane Nicoll
44060315cc Merge pull request #326 from aidenchiavatti:json-fix
* pr/326:
  Polish "Fix content negotiation for /vets"
  Fix content negotiation for /vets
2018-06-04 10:48:54 +02:00
Stephane Nicoll
eebca43df8 Polish "Fix content negotiation for /vets"
Closes gh-326
2018-06-04 10:48:39 +02:00
Aiden-at-508687582768
8eb5074770 Fix content negotiation for /vets
See gh-326
2018-06-04 10:39:21 +02:00
trisberg
6905e38c1f Make MySQL configuration files/docs consistent
- use petclinic as the db name and root password

Fixes #322
2018-05-14 11:00:34 +01:00
Stephane Nicoll
dd5b080d48 Merge pull request #319 from Nalad:master
* pr/319:
  Fix including template in layout fragment
2018-05-13 11:09:05 +02:00
Alan Drozd
d568bcaf0b Fix including template in layout fragment
Closes gh-319
2018-05-13 11:08:45 +02:00
Stephane Nicoll
932f17ddae Fix dead links
Closes gh-314
2018-03-26 14:00:56 +02:00