Skip to content

Commit 8858364

Browse files
spring-operatorjvalkeal
authored andcommitted
URL Cleanup
- Merge/squash #688 - Exclude all .di, .notation and .uml files whose id's cannot be changed.
1 parent 426fa16 commit 8858364

File tree

108 files changed

+654
-654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+654
-654
lines changed

CODE_OF_CONDUCT.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden
4040
with regard to the reporter of an incident.
4141

4242
This Code of Conduct is adapted from the
43-
http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44-
http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]
43+
https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44+
https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Each Spring module is slightly different than another in terms of team size, num
1212

1313
# Importing into IDE
1414

15-
The following provides information on setting up a development environment that can run the sample in [Spring Tool Suite 3.6.0+](http://www.springsource.org/sts). Other IDE's should work using Gradle's IDE support, but have not been tested.
15+
The following provides information on setting up a development environment that can run the sample in [Spring Tool Suite 3.6.0+](https://www.springsource.org/sts). Other IDE's should work using Gradle's IDE support, but have not been tested.
1616

1717
* IDE Setup
1818
* Install Spring Tool Suite 3.6.0+
@@ -63,7 +63,7 @@ Please carefully follow the whitespace and formatting conventions already presen
6363

6464
Whitespace management tips
6565

66-
1. You can use the [AnyEdit Eclipse plugin](http://marketplace.eclipse.org/content/anyedit-tools) to ensure tabs are used and to clean up trailing whitespaces.
66+
1. You can use the [AnyEdit Eclipse plugin](https://marketplace.eclipse.org/content/anyedit-tools) to ensure tabs are used and to clean up trailing whitespaces.
6767

6868
# Add Apache license header to all new classes
6969

@@ -103,7 +103,7 @@ Search the codebase to find related unit tests and add additional `@Test` method
103103
2. New test methods should not start with test. This is an old JUnit3 convention and is not necessary since the method is annotated with @Test.
104104

105105
# Squash commits
106-
Use git rebase --interactive, git add --patch and other tools to "squash" multiple commits into atomic changes. In addition to the man pages for git, there are many resources online to help you understand how these tools work. Here is one: http://book.git-scm.com/4_interactive_rebasing.html.
106+
Use git rebase --interactive, git add --patch and other tools to "squash" multiple commits into atomic changes. In addition to the man pages for git, there are many resources online to help you understand how these tools work. Here is one: https://book.git-scm.com/4_interactive_rebasing.html.
107107

108108
# Use real name in git commits
109109
Please configure git to use your real first and last name for any commits you intend to submit as pull requests. For example, this is not acceptable:

README.adoc

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ to work with state machine concepts in Spring applications.
1414

1515
It is advised to check the actual state of this project by referring to
1616
the latest releases found on
17-
http://projects.spring.io/spring-statemachine/[Spring
17+
https://projects.spring.io/spring-statemachine/[Spring
1818
Statemachine Project Page].
1919
The git repo master branch may be relatively unstable when new features are
2020
added into the source code.
@@ -31,7 +31,7 @@ https://github.com/spring-projects/spring-framework/wiki/Downloading-Spring-arti
3131
Spring artifacts] for Maven repository information.
3232

3333
== Documentation
34-
http://projects.spring.io/spring-statemachine/[The Spring
34+
https://projects.spring.io/spring-statemachine/[The Spring
3535
Statemachine Project Page] contains links to currently available
3636
JavaDoc and Reference Documentation for particular releases and
3737
versions.
@@ -41,15 +41,15 @@ Samples can be found under `spring-statemachine-samples`. Check
4141
the reference documentation more about what those do.
4242

4343
== Building from Source
44-
Spring Statemachine uses a http://gradle.org[Gradle]-based build
44+
Spring Statemachine uses a https://gradle.org[Gradle]-based build
4545
system.
46-
In the instructions below, http://vimeo.com/34436402[`./gradlew`] is
46+
In the instructions below, https://vimeo.com/34436402[`./gradlew`] is
4747
invoked from the root of the source tree and serves as
4848
a cross-platform, self-contained bootstrap mechanism for the build.
4949

5050
=== Prerequisites
51-
http://help.github.com/set-up-git-redirect[Git] and the
52-
http://www.oracle.com/technetwork/java/javase/downloads[JDK8 build].
51+
https://help.github.com/set-up-git-redirect[Git] and the
52+
https://www.oracle.com/technetwork/java/javase/downloads[JDK8 build].
5353

5454
Be sure that your `JAVA_HOME` environment variable points to the
5555
`jdk` folder extracted from the JDK download. While build requires
@@ -79,7 +79,7 @@ https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-releas
7979
build and release FAQ].
8080

8181
== Contributing
82-
http://help.github.com/send-pull-requests[Pull requests] are welcome;
82+
https://help.github.com/send-pull-requests[Pull requests] are welcome;
8383
see the
8484
https://github.com/spring-projects/spring-statemachine/blob/master/CONTRIBUTING.md[contributor
8585
guidelines] for details.

docs/src/api/overview.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div id="overviewBody">
77
<p>
88
For further API reference and developer documentation, see the
9-
<a href="http://projects.spring.io/spring-statemachine/" target="_top">Spring Statemachine Project Page</a>.
9+
<a href="https://projects.spring.io/spring-statemachine/" target="_top">Spring Statemachine Project Page</a>.
1010
There you can find the latest news, links to documentation, books, presentations and webinars.
1111
</p>
1212
</div>

docs/src/info/changelog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SPRING STATEMACHINE CHANGELOG
22
=============================
3-
http://projects.spring.io/spring-statemachine/
3+
https://projects.spring.io/spring-statemachine/
44

55
Issues: https://github.com/spring-projects/spring-statemachine/issues
66

docs/src/info/notice.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
======================================================================
55

66
This product includes software developed by
7-
the Apache Software Foundation (http://www.apache.org).
7+
the Apache Software Foundation (https://www.apache.org).
88

99
The end-user documentation included with a redistribution, if any,
1010
must include the following acknowledgement:
1111

1212
"This product includes software developed by the Spring Framework
13-
Project (http://www.springframework.org)."
13+
Project (https://www.springframework.org)."
1414

1515
Alternately, this acknowledgement may appear in the software itself,
1616
if and wherever such third-party acknowledgements normally appear.

docs/src/info/readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SPRING STATEMACHINE
22
------------------------
3-
http://projects.spring.io/spring-statemachine/
3+
https://projects.spring.io/spring-statemachine/
44

55
1. INTRODUCTION
66

@@ -19,6 +19,6 @@ The Spring Statemachine jars files can be found in the 'dist' directory.
1919
4. GETTING STARTED
2020

2121
Please see the reference documentation.
22-
Additionally the blog at http://blog.spring.io as well
22+
Additionally the blog at https://blog.spring.io as well
2323
as sections of interest in the reference documentation.
2424

docs/src/reference/asciidoc/getting-started.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The following example shows a typical `pom.xml` file, which was created by choos
152152
----
153153
<?xml version="1.0" encoding="UTF-8"?>
154154
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
155-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
155+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
156156
<modelVersion>4.0.0</modelVersion>
157157
158158
<groupId>com.example</groupId>

docs/src/reference/asciidoc/index.adoc

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
:java-ClassLoader: http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html
2-
:core-ApplicationContext: http://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/context/ApplicationContext.html
3-
:core-beans-factory-placeholderconfigurer: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-factory-placeholderconfigurer
4-
:core-beans-environment: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-environment
5-
:core-ResourcePatternResolver: http://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/core/io/support/ResourcePatternResolver.html
6-
:core-ref-util: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/xsd-config.html#xsd-config-body-schemas-util-properties
7-
:core-aop-schema-advisors: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/aop.html#aop-schema-advisors
8-
:core-dao: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html
9-
:core-dao-exceptions: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html#dao-exceptions
10-
:core-jdbc: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html
11-
:core-jdbc-JdbcTemplate: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html#jdbc-JdbcTemplate
12-
:sm-statecontext: http://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/StateContext.html
13-
:sm-statecontext-stage: http://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/StateContext.Stage.html
14-
:sm-statemachinetestplanbuilder-statemachinetestplanstepbuilder: http://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/test/StateMachineTestPlanBuilder.StateMachineTestPlanStepBuilder.html
15-
:spring-security-site: http://projects.spring.io/spring-security
1+
:java-ClassLoader: https://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html
2+
:core-ApplicationContext: https://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/context/ApplicationContext.html
3+
:core-beans-factory-placeholderconfigurer: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-factory-placeholderconfigurer
4+
:core-beans-environment: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-environment
5+
:core-ResourcePatternResolver: https://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/core/io/support/ResourcePatternResolver.html
6+
:core-ref-util: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/xsd-config.html#xsd-config-body-schemas-util-properties
7+
:core-aop-schema-advisors: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/aop.html#aop-schema-advisors
8+
:core-dao: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html
9+
:core-dao-exceptions: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html#dao-exceptions
10+
:core-jdbc: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html
11+
:core-jdbc-JdbcTemplate: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html#jdbc-JdbcTemplate
12+
:sm-statecontext: https://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/StateContext.html
13+
:sm-statecontext-stage: https://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/StateContext.Stage.html
14+
:sm-statemachinetestplanbuilder-statemachinetestplanstepbuilder: https://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/test/StateMachineTestPlanBuilder.StateMachineTestPlanStepBuilder.html
15+
:spring-security-site: https://projects.spring.io/spring-security
1616

1717
= Spring Statemachine - Reference Documentation
1818

jepsen/spring-statemachine-jepsen/project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(defproject spring-statemachine-jepsen "0.1.0-SNAPSHOT"
22
:description "FIXME: write description"
3-
:url "http://example.com/FIXME"
3+
:url "https://example.com/FIXME"
44
:license {:name "Eclipse Public License"
5-
:url "http://www.eclipse.org/legal/epl-v10.html"}
5+
:url "https://www.eclipse.org/legal/epl-v10.html"}
66
:profiles {:plot {:env {:plot "plot"}}}
77
:plugins [[lein-environ "1.0.0"]]
88
:dependencies [[org.clojure/clojure "1.6.0"]

spring-statemachine-samples/datajpa/src/main/resources/templates/states.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML>
2-
<html xmlns:th="http://www.thymeleaf.org">
2+
<html xmlns:th="https://www.thymeleaf.org">
33
<head>
44
<title>Spring Statemachine Demo</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

spring-statemachine-samples/datajpamultipersist/src/main/resources/templates/states.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML>
2-
<html xmlns:th="http://www.thymeleaf.org">
2+
<html xmlns:th="https://www.thymeleaf.org">
33
<head>
44
<title>Spring Statemachine Demo</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

spring-statemachine-samples/datapersist/src/main/resources/templates/states.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML>
2-
<html xmlns:th="http://www.thymeleaf.org">
2+
<html xmlns:th="https://www.thymeleaf.org">
33
<head>
44
<title>Spring Statemachine Demo</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

spring-statemachine-samples/deploy/src/main/resources/templates/states.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML>
2-
<html xmlns:th="http://www.thymeleaf.org">
2+
<html xmlns:th="https://www.thymeleaf.org">
33
<head>
44
<title>Spring Statemachine Deploy Demo</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

spring-statemachine-samples/eventservice/src/main/resources/templates/states.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML>
2-
<html xmlns:th="http://www.thymeleaf.org">
2+
<html xmlns:th="https://www.thymeleaf.org">
33
<head>
44
<title>Spring Statemachine Event Service Demo</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

spring-statemachine-samples/monitoring/src/main/resources/templates/states.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML>
2-
<html xmlns:th="http://www.thymeleaf.org">
2+
<html xmlns:th="https://www.thymeleaf.org">
33
<head>
44
<title>Spring Statemachine Demo</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

spring-statemachine-samples/ordershipping/src/main/resources/templates/states.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML>
2-
<html xmlns:th="http://www.thymeleaf.org">
2+
<html xmlns:th="https://www.thymeleaf.org">
33
<head>
44
<title>Spring Statemachine Ordershipping Demo</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

spring-statemachine-samples/scope/src/main/resources/templates/states.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML>
2-
<html xmlns:th="http://www.thymeleaf.org">
2+
<html xmlns:th="https://www.thymeleaf.org">
33
<head>
44
<title>Spring Statemachine Scope Demo</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

spring-statemachine-samples/security/src/main/resources/templates/states.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE HTML>
2-
<html xmlns:th="http://www.thymeleaf.org">
2+
<html xmlns:th="https://www.thymeleaf.org">
33
<head>
44
<title>Spring Statemachine Scope Demo</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ angular.module('myApp', ['ngAnimate']);
4141
## Documentation
4242

4343
Documentation is available on the
44-
[AngularJS docs site](http://docs.angularjs.org/api/ngAnimate).
44+
[AngularJS docs site](https://docs.angularjs.org/api/ngAnimate).
4545

4646
## License
4747

4848
The MIT License
4949

50-
Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
50+
Copyright (c) 2010-2015 Google, Inc. https://angularjs.org
5151

5252
Permission is hereby granted, free of charge, to any person obtaining a copy
5353
of this software and associated documentation files (the "Software"), to deal

spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/angular-animate.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license AngularJS v1.4.1
3-
* (c) 2010-2015 Google, Inc. http://angularjs.org
3+
* (c) 2010-2015 Google, Inc. https://angularjs.org
44
* License: MIT
55
*/
66
(function(window, angular, undefined) {'use strict';
@@ -548,7 +548,7 @@ var CSS_PREFIX = '', TRANSITION_PROP, TRANSITIONEND_EVENT, ANIMATION_PROP, ANIMA
548548
// do the same for `transitionend` as Safari is likely to exhibit similar behavior.
549549
// Also, the only modern browser that uses vendor prefixes for transitions/keyframes is webkit
550550
// therefore there is no reason to test anymore for other vendor prefixes:
551-
// http://caniuse.com/#search=transition
551+
// https://caniuse.com/#search=transition
552552
if (window.ontransitionend === undefined && window.onwebkittransitionend !== undefined) {
553553
CSS_PREFIX = '-webkit-';
554554
TRANSITION_PROP = 'WebkitTransition';

spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/angular-animate.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"bugs": {
2323
"url": "https://github.com/angular/angular.js/issues"
2424
},
25-
"homepage": "http://angularjs.org"
25+
"homepage": "https://angularjs.org"
2626
}

spring-statemachine-samples/web/src/main/resources/static/lib/angular/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Then add a `<script>` to your `index.html`:
3737
## Documentation
3838

3939
Documentation is available on the
40-
[AngularJS docs site](http://docs.angularjs.org/).
40+
[AngularJS docs site](https://docs.angularjs.org/).
4141

4242
## License
4343

4444
The MIT License
4545

46-
Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
46+
Copyright (c) 2010-2015 Google, Inc. https://angularjs.org
4747

4848
Permission is hereby granted, free of charge, to any person obtaining a copy
4949
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)