Mark Paluch
0667ebc7ff
DATAREST-1419 - Prepare 3.2 GA (Moore).
2019-09-30 15:50:43 +02:00
Mark Paluch
3c82324eb3
DATAREST-1420 - After release cleanups.
2019-09-06 10:21:56 +02:00
Mark Paluch
e510640619
DATAREST-1420 - Prepare next development iteration.
2019-09-06 10:21:54 +02:00
Mark Paluch
ffa93761c9
DATAREST-1420 - Release version 3.2 RC3 (Moore).
2019-09-06 10:10:42 +02:00
Mark Paluch
6d1ebfac1c
DATAREST-1420 - Prepare 3.2 RC3 (Moore).
2019-09-06 10:10:12 +02:00
Mark Paluch
e5621880d9
DATAREST-1396 - After release cleanups.
2019-08-05 15:53:02 +02:00
Mark Paluch
d936712cce
DATAREST-1396 - Prepare next development iteration.
2019-08-05 15:53:01 +02:00
Mark Paluch
9704937ed8
DATAREST-1396 - Release version 3.2 RC2 (Moore).
2019-08-05 15:35:35 +02:00
Mark Paluch
40673812cf
DATAREST-1396 - Prepare 3.2 RC2 (Moore).
2019-08-05 15:35:05 +02:00
Mark Paluch
8338437750
DATAREST-1380 - Cleanup release profile.
...
Reuse inherited configuration from parent pom.
2019-07-09 11:56:58 +02:00
Greg Turnquist
02b8c53ad4
DATAREST-1380 - Use parent 'artifactory' profile for snapshot releases.
2019-07-05 11:58:34 -05:00
Greg Turnquist
49ee111504
DATAREST-1380 - Add user.name and user.home to CI jobs.
2019-06-25 14:18:48 -05:00
Mark Paluch
9f7c82e2c8
DATAREST-1398 - Integrate nohttp tooling into CI build profile.
2019-06-18 10:10:00 +02:00
Christoph Strobl
374e590e27
DATAREST-1364 - After release cleanups.
2019-06-14 15:12:52 +02:00
Christoph Strobl
532cfd53f4
DATAREST-1364 - Prepare next development iteration.
2019-06-14 15:12:51 +02:00
Christoph Strobl
0c0df55e89
DATAREST-1364 - Release version 3.2 RC1 (Moore).
2019-06-14 14:44:26 +02:00
Christoph Strobl
5af01cb079
DATAREST-1364 - Prepare 3.2 RC1 (Moore).
2019-06-14 14:43:17 +02:00
Oliver Drotbohm
e744c1c94f
DATAREST-1386 - Add HAL Explorer module
...
We now ship a module containing the HAL Explorer [0] as an alternative to the HAL Browser which seems to be mostly out of maintenance and the WebJar refers to a jQuery version with a CVE. The new module still contains some customization code that we had in place for the browser to customize the POST/PUT forms to use the JSON Schema exposed for the aggregates.
The HAL Browser extension is now deprecated in the form that its inclusion causes a warn log to recommend switching to the explorer. A couple of general coding improvements: package scope for controllers and handler methods. Better use of constants and newer request mapping annotations.
Tweaked the configuration of static resource handlers to resolve the implicit cyclic dependency between the browser/explorer and the WebMVC module by introducing a Spring Factories backed extension SPI.
[0] https://github.com/toedter/hal-explorer
2019-06-05 11:54:19 +02:00
Greg Turnquist
a2c9d5b9fe
DATAREST-1380 - Introduce Jenkins.
2019-05-29 10:05:53 -05:00
Mark Paluch
7014b22464
DATAREST-1366 - After release cleanups.
2019-05-13 12:17:54 +02:00
Mark Paluch
03c2ae02aa
DATAREST-1366 - Prepare next development iteration.
2019-05-13 12:17:53 +02:00
Mark Paluch
d2abf3ccde
DATAREST-1366 - Release version 3.2 M4 (Moore).
2019-05-13 11:59:50 +02:00
Mark Paluch
3782c3edcd
DATAREST-1366 - Prepare 3.2 M4 (Moore).
2019-05-13 11:59:04 +02:00
Christoph Strobl
a00e21698e
DATAREST-1349 - After release cleanups.
2019-04-11 12:00:21 +02:00
Christoph Strobl
b470f5239a
DATAREST-1349 - Prepare next development iteration.
2019-04-11 12:00:20 +02:00
Christoph Strobl
d4659f1015
DATAREST-1349 - Release version 3.2 M3 (Moore).
2019-04-11 11:24:31 +02:00
Christoph Strobl
8e05cfb28d
DATAREST-1349 - Prepare 3.2 M3 (Moore).
2019-04-11 11:23:56 +02:00
Spring Operator
c40dab98a1
DATAREST-1351 - 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 switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 13 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd ) result 200).
* http://www.springframework.org/schema/gemfire/spring-gemfire.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/gemfire/spring-gemfire.xsd ([https](https://www.springframework.org/schema/gemfire/spring-gemfire.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 26 occurrences
* http://www.springframework.org/schema/beans with 2 occurrences
* http://www.springframework.org/schema/gemfire with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 14 occurrences
Original Pull Request: #329
2019-03-21 09:49:23 +01:00
Spring Operator
4ac1659e0f
DATAREST-1351 - 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).
* http://www.pivotal.io migrated to:
https://www.pivotal.io ([https](https://www.pivotal.io ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
Original pull request: #307
2019-03-18 11:49:14 -05:00
Christoph Strobl
81fb3a2405
DATAREST-1318 - After release cleanups.
2019-03-07 10:07:30 +01:00
Christoph Strobl
40bfd50b5d
DATAREST-1318 - Prepare next development iteration.
2019-03-07 10:07:29 +01:00
Christoph Strobl
185566a54c
DATAREST-1318 - Release version 3.2 M2 (Moore).
2019-03-07 09:42:22 +01:00
Christoph Strobl
dfcd29ea6d
DATAREST-1318 - Prepare 3.2 M2 (Moore).
2019-03-07 09:41:17 +01:00
Greg Turnquist
af6f55a92c
DATAREST-1341 - Upgrade to Spring HATEOAS 1.0.
2019-02-07 20:55:42 +01:00
Oliver Drotbohm
5f4abe70f3
DATAREST-1325 - Upgrade Hibernate dependency to 5.2.17.
2018-12-20 17:17:17 +01:00
Christoph Strobl
361be45c85
DATAREST-1316 - After release cleanups.
2018-12-11 11:07:53 +01:00
Christoph Strobl
5e9cb5014b
DATAREST-1316 - Prepare next development iteration.
2018-12-11 11:07:51 +01:00
Christoph Strobl
0c026dc3d3
DATAREST-1316 - Release version 3.2 M1 (Moore).
2018-12-11 10:53:53 +01:00
Christoph Strobl
08a88ca225
DATAREST-1316 - Prepare 3.2 M1 (Moore).
2018-12-11 10:53:11 +01:00
Mark Paluch
899883489a
DATAREST-1277 - After release cleanups.
2018-09-21 07:45:29 -04:00
Mark Paluch
b0c0a70ff0
DATAREST-1277 - Prepare next development iteration.
2018-09-21 07:45:27 -04:00
Mark Paluch
e96904414b
DATAREST-1277 - Release version 3.1 GA (Lovelace).
2018-09-21 07:08:39 -04:00
Mark Paluch
5b7adbb132
DATAREST-1277 - Prepare 3.1 GA (Lovelace).
2018-09-21 07:07:51 -04:00
Oliver Gierke
c27a464209
DATAREST-1267 - After release cleanups.
2018-08-20 10:56:53 +02:00
Oliver Gierke
d243be79da
DATAREST-1267 - Prepare next development iteration.
2018-08-20 10:56:52 +02:00
Oliver Gierke
b2da264bea
DATAREST-1267 - Release version 3.1 RC2 (Lovelace).
2018-08-20 10:40:11 +02:00
Oliver Gierke
380cfa5413
DATAREST-1267 - Prepare 3.1 RC2 (Lovelace).
2018-08-20 10:39:43 +02:00
Mark Paluch
826c4a669d
DATAREST-1245 - After release cleanups.
2018-07-26 12:32:28 +02:00
Mark Paluch
fd5cb8342a
DATAREST-1245 - Prepare next development iteration.
2018-07-26 12:32:25 +02:00
Mark Paluch
a9aeb856fd
DATAREST-1245 - Release version 3.1 RC1 (Lovelace).
2018-07-26 12:06:35 +02:00