Janne Valkealahti
|
4e625feb03
|
Drop jcommander
- Fixes #395
|
2022-04-29 15:55:21 +01:00 |
|
Janne Valkealahti
|
547e82ab93
|
Fix highlight in docs
|
2022-02-24 09:23:35 +00:00 |
|
Janne Valkealahti
|
1593ee86d2
|
Update docs
- Polish pom
- Version command
- Theming
- Templating
- Relates #354
|
2022-02-03 09:51:13 +00:00 |
|
Janne Valkealahti
|
3197c94be7
|
Switch main from 3.0.0-SNAPSHOT to 2.1.0-SNAPSHOT
- Relates #356
|
2022-01-28 09:27:06 +00:00 |
|
Janne Valkealahti
|
e8a42e0633
|
Fix javadoc publish
- Attempt to get api docs into static bundle.
- Relates #351
|
2022-01-23 15:10:37 +00:00 |
|
Janne Valkealahti
|
5dcdc4c185
|
Extract autoconfig
- Create separate spring-shell-autoconfigure and keep
all autoconfig features there.
- Fixes #329
|
2021-12-19 12:38:41 +00:00 |
|
Jay Bryant
|
012481ef63
|
Update document appearance
Use Spring's standard styles for the ToC. Also added epub generation.
|
2021-12-18 09:29:09 +00:00 |
|
Janne Valkealahti
|
1dd2706164
|
Make build work with jdk 11/17
- Fixes #326
|
2021-12-17 16:15:38 +00:00 |
|
Janne Valkealahti
|
90216bdc32
|
Switch from BUILD-SNAPSHOT to SNAPSHOT
|
2021-12-17 14:25:52 +00:00 |
|
Janne Valkealahti
|
ee849d1aa8
|
Update plugin versions
|
2021-12-11 09:02:38 +00:00 |
|
Jay Bryant
|
eca0dd1572
|
Update doc appearance and link doc formats
Updated the ToC, banner, highlighting, and CSS styles to the last Spring standard.
Linked the HTML output to the PDF output and vice-versa.
|
2021-12-11 08:39:05 +00:00 |
|
Spring Operator
|
23d99f45eb
|
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).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* http://jcommander.org/apidocs/ (200) with 1 occurrences could not be migrated:
([https](https://jcommander.org/apidocs/) result SSLHandshakeException).
# 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://docs.spring.io/spring-framework/docs/current/javadoc-api/ with 1 occurrences migrated to:
https://docs.spring.io/spring-framework/docs/current/javadoc-api/ ([https](https://docs.spring.io/spring-framework/docs/current/javadoc-api/) result 200).
* http://maven.apache.org/xsd/assembly-2.0.0.xsd with 1 occurrences migrated to:
https://maven.apache.org/xsd/assembly-2.0.0.xsd ([https](https://maven.apache.org/xsd/assembly-2.0.0.xsd) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 12 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://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release with 1 occurrences migrated to:
https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/ASSEMBLY/2.0.0 with 2 occurrences
* http://maven.apache.org/POM/4.0.0 with 24 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 13 occurrences
|
2019-03-26 11:55:46 +01:00 |
|
Spring Operator
|
658aba2785
|
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).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* http://jcommander.org/apidocs/ (200) migrated to:
http://jcommander.org/apidocs/ ([https](https://jcommander.org/apidocs/) result SSLHandshakeException).
# Fixed URLs
## Fixed Success
These URLs were fixed successfully.
* http://docs.spring.io/spring-framework/docs/current/javadoc-api/ migrated to:
https://docs.spring.io/spring-framework/docs/current/javadoc-api/ ([https](https://docs.spring.io/spring-framework/docs/current/javadoc-api/) result 200).
* 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://repo.spring.io/libs-milestone-local migrated to:
https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-snapshot-local migrated to:
https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release migrated to:
https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).
# 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
|
2019-03-26 11:46:51 +01:00 |
|
Janne Valkealahti
|
31c7462ee3
|
Change to boot 2.x
- disable PropertyPlaceholderAutoConfiguration in NoAutoConf
- Remove shell1 deps
- Update README
|
2018-11-14 12:16:30 +00:00 |
|
Janne Valkealahti
|
4f0dc203af
|
Change to next major development version 3.0.0
|
2018-11-14 09:11:34 +00:00 |
|
Spring Buildmaster
|
75b9c2c846
|
[artifactory-release] Next development version
|
2018-04-25 08:29:26 +00:00 |
|
Spring Buildmaster
|
f39c391342
|
[artifactory-release] Release version 2.0.1.RELEASE
|
2018-04-25 08:29:21 +00:00 |
|
Spring Buildmaster
|
ded7b756b1
|
[artifactory-release] Next development version
|
2018-01-16 09:01:03 +00:00 |
|
Spring Buildmaster
|
a6ecde1406
|
[artifactory-release] Release version 2.0.0.RELEASE
|
2018-01-16 09:00:58 +00:00 |
|
Spring Buildmaster
|
e917d876e3
|
[artifactory-release] Next development version
|
2017-10-04 09:29:34 +00:00 |
|
Spring Buildmaster
|
1bea66cdb1
|
[artifactory-release] Release version 2.0.0.M2
|
2017-10-04 09:29:29 +00:00 |
|
Spring Buildmaster
|
425493e0a9
|
[artifactory-release] Next development version
|
2017-09-14 14:29:28 +00:00 |
|
Spring Buildmaster
|
ccd2444b1e
|
[artifactory-release] Release version 2.0.0.M1
|
2017-09-14 14:29:24 +00:00 |
|
Eric Bottard
|
49850562c1
|
Generate aggregated API docs
Fixes #145
|
2017-08-29 17:44:27 +02:00 |
|
Eric Bottard
|
be1603214d
|
More reference documentation
|
2017-08-25 18:16:09 +02:00 |
|
Eric Bottard
|
3fb368476f
|
Add Reference Documentation infrastructure
|
2017-08-17 12:22:52 +02:00 |
|