Commit Graph

50 Commits

Author SHA1 Message Date
Spring Operator
ebe41ffbf6 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/maven-4.0.0.xsd with 11 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.apache.org/licenses/LICENSE-2.0 with 3 occurrences 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 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/POM/4.0.0 with 22 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 11 occurrences
2019-03-26 11:49:52 +01: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
Eric Bottard
2ff18f9062 Upgrade to latest released Boot 1.x line 2017-10-26 13:33:19 +02: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
ce1563fb46 Make docs part of normal build again, to fix release process :( 2017-09-14 15:40:02 +02:00
Eric Bottard
1f4af15a9a Revert "Trying to fix release plugin. Making sure problem is not tied to table module"
This reverts commit 96cc3880b9.
2017-09-12 16:45:58 +02:00
Eric Bottard
96cc3880b9 Trying to fix release plugin. Making sure problem is not tied to table module 2017-09-12 16:40:20 +02:00
Eric Bottard
5c3911c2a9 Add SCM info to pom 2017-09-12 15:14:35 +02:00
Eric Bottard
5bf34737d6 Remove relative path from parent pom 2017-09-12 14:26:32 +02:00
Eric Bottard
a6f3e28f8f Disable building docs (incl javadocs) by default 2017-09-08 17:41:32 +02:00
Eric Bottard
665f319d5f Upgrade JLine to 3.4.0 2017-09-08 13:49:44 +02:00
Eric Bottard
49850562c1 Generate aggregated API docs
Fixes #145
2017-08-29 17:44:27 +02:00
Eric Bottard
e38205b2b2 Add ASCII Table support
Fixes #136
2017-08-28 19:00:36 +02:00
Eric Bottard
3fb368476f Add Reference Documentation infrastructure 2017-08-17 12:22:52 +02:00
Eric Bottard
a4ff679e76 Add javadoc and sources generation 2017-08-10 12:19:32 +02:00
Eric Bottard
8753aa96b1 Allow not to build samples 2017-08-10 11:21:00 +02:00
Eric Bottard
c98642c2f7 Add starter, make adapter kick in only if needed 2017-08-08 17:18:20 +02:00
Eric Bottard
6497df181d Refactor packages and artifactIds to prepare for official migration to spring-projects repo.
Remove usage of component scan in favor of auto-conf

Fixes #61
2017-08-08 11:52:32 +02:00
camilojc
5fd1f716d9 Changed return value of ParameterResolver::resolve to use a ValueResult that contains metadata about the value that was resolved
Added new ValueResultAsserts to facilitate testing of ParameterResolvers
2017-08-08 11:52:32 +02:00
Eric Bottard
a277c53d8d Implement describe() for JCommander 2017-08-08 11:52:32 +02:00
Eric Bottard
8398b140ae Add JLine JNA for Windows shells 2017-08-08 11:52:32 +02:00
Eric Bottard
15ed6ed0c0 Remove dependencies from parent pom
Fixes #44
2017-08-08 11:52:31 +02:00
Eric Bottard
ec83869c9f Introduce -standard and -standard-commands artifacts
Fixes #43
2017-08-08 11:52:31 +02:00
Eric Bottard
f15fb0ba9d Fix maven versions 2017-08-08 11:52:31 +02:00
camilojc
9ca98cdd7d Moving the project to a multi-level maven project to allow for separation of the adapter from the core of the project
Fixes #28
2017-08-08 11:52:31 +02:00
Eric Bottard
e8349c7a5b Upgrade to JLine 3.3.0 2017-08-08 11:52:31 +02:00
Eric Bottard
a676a34299 Customize travis, add CodeCov
Add jacoco
2017-08-08 11:52:31 +02:00
Eric Bottard
95807f3f4b Add Maven wrapper
Fixes #26
2017-08-08 11:52:31 +02:00
Eric Bottard
277a07a951 WIP on Completer 2017-08-08 11:52:31 +02:00
Eric Bottard
2f1a42bde0 Add help command 2017-08-08 11:52:31 +02:00
@fbiville
5c19707c06 Migrate tests to AssertJ 2017-08-08 11:52:31 +02:00
Eric Bottard
c8bfff226f Add JCommander parameter resolver 2017-08-08 11:52:31 +02:00
Eric Bottard
938bd7cfa2 Add legacy and default resolvers 2017-08-08 11:52:31 +02:00
Jarred Li
e038798a29 update sample after package refactor 2012-07-16 10:27:36 +08:00
Jarred Li
e2c8d1a4d6 SHL-20, SHL-21, change console message 2012-04-14 14:16:14 +08:00
Jarred Li
f12f986e1f limit history commands size 2012-04-14 11:43:01 +08:00
Jarred Li
2b05b13db6 SHL-11 customie banner 2012-04-12 16:05:34 +08:00
Jarred Li
c27eeeab88 SHL-15 change plugin module by using XML 2012-04-11 15:15:57 +08:00
Jarred Li
725ef2eeac change version schema 2012-04-11 10:38:10 +08:00
Jarred Li
21cb6514bd update build file 2012-04-10 16:21:32 +08:00
Jarred Li
0bf5a08af0 add spring-shell jar as wordaround 2012-04-09 17:56:38 +08:00
Jarred Li
09396e9421 SHL-8 separate hello world example 2012-04-07 19:04:53 +08:00
Mark Pollack
f2debb62f4 Completed SHL-1
Work in progress for SHL-2, SHL-3.
2012-03-13 19:52:17 -04:00
Mark Pollack
2a6b2bd679 initial commit 2012-02-15 21:48:21 -05:00