diff --git a/CODE_OF_CONDUCT.adoc b/CODE_OF_CONDUCT.adoc
index f013d6f3..17783c7c 100644
--- a/CODE_OF_CONDUCT.adoc
+++ b/CODE_OF_CONDUCT.adoc
@@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden
with regard to the reporter of an incident.
This Code of Conduct is adapted from the
-http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
-http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]
+https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
+https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 44fd2a8d..ca236103 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,7 @@ Each Spring module is slightly different than another in terms of team size, num
# Importing into IDE
-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.
+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.
* IDE Setup
* Install Spring Tool Suite 3.6.0+
@@ -63,7 +63,7 @@ Please carefully follow the whitespace and formatting conventions already presen
Whitespace management tips
-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.
+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.
# Add Apache license header to all new classes
@@ -103,7 +103,7 @@ Search the codebase to find related unit tests and add additional `@Test` method
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.
# Squash commits
-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.
+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.
# Use real name in git commits
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:
diff --git a/README.adoc b/README.adoc
index 08fd0572..d384d649 100644
--- a/README.adoc
+++ b/README.adoc
@@ -14,7 +14,7 @@ to work with state machine concepts in Spring applications.
It is advised to check the actual state of this project by referring to
the latest releases found on
-http://projects.spring.io/spring-statemachine/[Spring
+https://projects.spring.io/spring-statemachine/[Spring
Statemachine Project Page].
The git repo master branch may be relatively unstable when new features are
added into the source code.
@@ -31,7 +31,7 @@ https://github.com/spring-projects/spring-framework/wiki/Downloading-Spring-arti
Spring artifacts] for Maven repository information.
== Documentation
-http://projects.spring.io/spring-statemachine/[The Spring
+https://projects.spring.io/spring-statemachine/[The Spring
Statemachine Project Page] contains links to currently available
JavaDoc and Reference Documentation for particular releases and
versions.
@@ -41,15 +41,15 @@ Samples can be found under `spring-statemachine-samples`. Check
the reference documentation more about what those do.
== Building from Source
-Spring Statemachine uses a http://gradle.org[Gradle]-based build
+Spring Statemachine uses a https://gradle.org[Gradle]-based build
system.
-In the instructions below, http://vimeo.com/34436402[`./gradlew`] is
+In the instructions below, https://vimeo.com/34436402[`./gradlew`] is
invoked from the root of the source tree and serves as
a cross-platform, self-contained bootstrap mechanism for the build.
=== Prerequisites
-http://help.github.com/set-up-git-redirect[Git] and the
-http://www.oracle.com/technetwork/java/javase/downloads[JDK8 build].
+https://help.github.com/set-up-git-redirect[Git] and the
+https://www.oracle.com/technetwork/java/javase/downloads[JDK8 build].
Be sure that your `JAVA_HOME` environment variable points to the
`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
build and release FAQ].
== Contributing
-http://help.github.com/send-pull-requests[Pull requests] are welcome;
+https://help.github.com/send-pull-requests[Pull requests] are welcome;
see the
https://github.com/spring-projects/spring-statemachine/blob/master/CONTRIBUTING.md[contributor
guidelines] for details.
diff --git a/docs/src/api/overview.html b/docs/src/api/overview.html
index 5152c299..f58a7085 100644
--- a/docs/src/api/overview.html
+++ b/docs/src/api/overview.html
@@ -6,7 +6,7 @@ This document is the API specification for the Spring Statemachine project.
diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt
index 5fc79a95..cf5ecc93 100644
--- a/docs/src/info/changelog.txt
+++ b/docs/src/info/changelog.txt
@@ -1,6 +1,6 @@
SPRING STATEMACHINE CHANGELOG
=============================
-http://projects.spring.io/spring-statemachine/
+https://projects.spring.io/spring-statemachine/
Issues: https://github.com/spring-projects/spring-statemachine/issues
diff --git a/docs/src/info/notice.txt b/docs/src/info/notice.txt
index 06973028..60964dd8 100644
--- a/docs/src/info/notice.txt
+++ b/docs/src/info/notice.txt
@@ -4,13 +4,13 @@
======================================================================
This product includes software developed by
-the Apache Software Foundation (http://www.apache.org).
+the Apache Software Foundation (https://www.apache.org).
The end-user documentation included with a redistribution, if any,
must include the following acknowledgement:
"This product includes software developed by the Spring Framework
- Project (http://www.springframework.org)."
+ Project (https://www.springframework.org)."
Alternately, this acknowledgement may appear in the software itself,
if and wherever such third-party acknowledgements normally appear.
diff --git a/docs/src/info/readme.txt b/docs/src/info/readme.txt
index 4eb0c911..1650a864 100644
--- a/docs/src/info/readme.txt
+++ b/docs/src/info/readme.txt
@@ -1,6 +1,6 @@
SPRING STATEMACHINE
------------------------
-http://projects.spring.io/spring-statemachine/
+https://projects.spring.io/spring-statemachine/
1. INTRODUCTION
@@ -19,6 +19,6 @@ The Spring Statemachine jars files can be found in the 'dist' directory.
4. GETTING STARTED
Please see the reference documentation.
-Additionally the blog at http://blog.spring.io as well
+Additionally the blog at https://blog.spring.io as well
as sections of interest in the reference documentation.
diff --git a/docs/src/reference/asciidoc/getting-started.adoc b/docs/src/reference/asciidoc/getting-started.adoc
index 04ffbdc3..b14d3bba 100644
--- a/docs/src/reference/asciidoc/getting-started.adoc
+++ b/docs/src/reference/asciidoc/getting-started.adoc
@@ -152,7 +152,7 @@ The following example shows a typical `pom.xml` file, which was created by choos
----
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0com.example
diff --git a/docs/src/reference/asciidoc/index.adoc b/docs/src/reference/asciidoc/index.adoc
index 72cf17d3..44ac3fd4 100644
--- a/docs/src/reference/asciidoc/index.adoc
+++ b/docs/src/reference/asciidoc/index.adoc
@@ -1,18 +1,18 @@
-:java-ClassLoader: http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html
-:core-ApplicationContext: http://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/context/ApplicationContext.html
-:core-beans-factory-placeholderconfigurer: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-factory-placeholderconfigurer
-:core-beans-environment: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-environment
-:core-ResourcePatternResolver: http://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/core/io/support/ResourcePatternResolver.html
-:core-ref-util: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/xsd-config.html#xsd-config-body-schemas-util-properties
-:core-aop-schema-advisors: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/aop.html#aop-schema-advisors
-:core-dao: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html
-:core-dao-exceptions: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html#dao-exceptions
-:core-jdbc: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html
-:core-jdbc-JdbcTemplate: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html#jdbc-JdbcTemplate
-:sm-statecontext: http://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/StateContext.html
-:sm-statecontext-stage: http://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/StateContext.Stage.html
-:sm-statemachinetestplanbuilder-statemachinetestplanstepbuilder: http://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/test/StateMachineTestPlanBuilder.StateMachineTestPlanStepBuilder.html
-:spring-security-site: http://projects.spring.io/spring-security
+:java-ClassLoader: https://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html
+:core-ApplicationContext: https://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/context/ApplicationContext.html
+:core-beans-factory-placeholderconfigurer: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-factory-placeholderconfigurer
+:core-beans-environment: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-environment
+:core-ResourcePatternResolver: https://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/core/io/support/ResourcePatternResolver.html
+:core-ref-util: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/xsd-config.html#xsd-config-body-schemas-util-properties
+:core-aop-schema-advisors: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/aop.html#aop-schema-advisors
+:core-dao: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html
+:core-dao-exceptions: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html#dao-exceptions
+:core-jdbc: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html
+:core-jdbc-JdbcTemplate: https://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html#jdbc-JdbcTemplate
+:sm-statecontext: https://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/StateContext.html
+:sm-statecontext-stage: https://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/StateContext.Stage.html
+:sm-statemachinetestplanbuilder-statemachinetestplanstepbuilder: https://docs.spring.io/spring-statemachine/docs/{spring-statemachine-version}/api/org/springframework/statemachine/test/StateMachineTestPlanBuilder.StateMachineTestPlanStepBuilder.html
+:spring-security-site: https://projects.spring.io/spring-security
= Spring Statemachine - Reference Documentation
diff --git a/jepsen/spring-statemachine-jepsen/project.clj b/jepsen/spring-statemachine-jepsen/project.clj
index 14a634a4..1077bfa8 100644
--- a/jepsen/spring-statemachine-jepsen/project.clj
+++ b/jepsen/spring-statemachine-jepsen/project.clj
@@ -1,8 +1,8 @@
(defproject spring-statemachine-jepsen "0.1.0-SNAPSHOT"
:description "FIXME: write description"
- :url "http://example.com/FIXME"
+ :url "https://example.com/FIXME"
:license {:name "Eclipse Public License"
- :url "http://www.eclipse.org/legal/epl-v10.html"}
+ :url "https://www.eclipse.org/legal/epl-v10.html"}
:profiles {:plot {:env {:plot "plot"}}}
:plugins [[lein-environ "1.0.0"]]
:dependencies [[org.clojure/clojure "1.6.0"]
diff --git a/spring-statemachine-samples/datajpa/src/main/resources/templates/states.html b/spring-statemachine-samples/datajpa/src/main/resources/templates/states.html
index 21f38c2c..5b540f6c 100644
--- a/spring-statemachine-samples/datajpa/src/main/resources/templates/states.html
+++ b/spring-statemachine-samples/datajpa/src/main/resources/templates/states.html
@@ -1,5 +1,5 @@
-
+
Spring Statemachine Demo
diff --git a/spring-statemachine-samples/datajpamultipersist/src/main/resources/templates/states.html b/spring-statemachine-samples/datajpamultipersist/src/main/resources/templates/states.html
index 68af86ff..56ba6d1d 100644
--- a/spring-statemachine-samples/datajpamultipersist/src/main/resources/templates/states.html
+++ b/spring-statemachine-samples/datajpamultipersist/src/main/resources/templates/states.html
@@ -1,5 +1,5 @@
-
+
Spring Statemachine Demo
diff --git a/spring-statemachine-samples/datapersist/src/main/resources/templates/states.html b/spring-statemachine-samples/datapersist/src/main/resources/templates/states.html
index 21dba05a..1d89f378 100644
--- a/spring-statemachine-samples/datapersist/src/main/resources/templates/states.html
+++ b/spring-statemachine-samples/datapersist/src/main/resources/templates/states.html
@@ -1,5 +1,5 @@
-
+
Spring Statemachine Demo
diff --git a/spring-statemachine-samples/deploy/src/main/resources/templates/states.html b/spring-statemachine-samples/deploy/src/main/resources/templates/states.html
index 2d10e5af..f4201dff 100644
--- a/spring-statemachine-samples/deploy/src/main/resources/templates/states.html
+++ b/spring-statemachine-samples/deploy/src/main/resources/templates/states.html
@@ -1,5 +1,5 @@
-
+
Spring Statemachine Deploy Demo
diff --git a/spring-statemachine-samples/eventservice/src/main/resources/templates/states.html b/spring-statemachine-samples/eventservice/src/main/resources/templates/states.html
index f61e4e91..4bc7c76b 100644
--- a/spring-statemachine-samples/eventservice/src/main/resources/templates/states.html
+++ b/spring-statemachine-samples/eventservice/src/main/resources/templates/states.html
@@ -1,5 +1,5 @@
-
+
Spring Statemachine Event Service Demo
diff --git a/spring-statemachine-samples/monitoring/src/main/resources/templates/states.html b/spring-statemachine-samples/monitoring/src/main/resources/templates/states.html
index fce81eaf..d6f60e53 100644
--- a/spring-statemachine-samples/monitoring/src/main/resources/templates/states.html
+++ b/spring-statemachine-samples/monitoring/src/main/resources/templates/states.html
@@ -1,5 +1,5 @@
-
+
Spring Statemachine Demo
diff --git a/spring-statemachine-samples/ordershipping/src/main/resources/templates/states.html b/spring-statemachine-samples/ordershipping/src/main/resources/templates/states.html
index 4cab203f..1d0c0df3 100644
--- a/spring-statemachine-samples/ordershipping/src/main/resources/templates/states.html
+++ b/spring-statemachine-samples/ordershipping/src/main/resources/templates/states.html
@@ -1,5 +1,5 @@
-
+
Spring Statemachine Ordershipping Demo
diff --git a/spring-statemachine-samples/scope/src/main/resources/templates/states.html b/spring-statemachine-samples/scope/src/main/resources/templates/states.html
index a9227246..8fdcf287 100644
--- a/spring-statemachine-samples/scope/src/main/resources/templates/states.html
+++ b/spring-statemachine-samples/scope/src/main/resources/templates/states.html
@@ -1,5 +1,5 @@
-
+
Spring Statemachine Scope Demo
diff --git a/spring-statemachine-samples/security/src/main/resources/templates/states.html b/spring-statemachine-samples/security/src/main/resources/templates/states.html
index c6ac3605..4b5bef10 100644
--- a/spring-statemachine-samples/security/src/main/resources/templates/states.html
+++ b/spring-statemachine-samples/security/src/main/resources/templates/states.html
@@ -1,5 +1,5 @@
-
+
Spring Statemachine Scope Demo
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/README.md b/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/README.md
index 8313da67..88ab1ed3 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/README.md
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/README.md
@@ -41,13 +41,13 @@ angular.module('myApp', ['ngAnimate']);
## Documentation
Documentation is available on the
-[AngularJS docs site](http://docs.angularjs.org/api/ngAnimate).
+[AngularJS docs site](https://docs.angularjs.org/api/ngAnimate).
## License
The MIT License
-Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
+Copyright (c) 2010-2015 Google, Inc. https://angularjs.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/angular-animate.js b/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/angular-animate.js
index 65df888c..9246f10e 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/angular-animate.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/angular-animate.js
@@ -1,6 +1,6 @@
/**
* @license AngularJS v1.4.1
- * (c) 2010-2015 Google, Inc. http://angularjs.org
+ * (c) 2010-2015 Google, Inc. https://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {'use strict';
@@ -548,7 +548,7 @@ var CSS_PREFIX = '', TRANSITION_PROP, TRANSITIONEND_EVENT, ANIMATION_PROP, ANIMA
// do the same for `transitionend` as Safari is likely to exhibit similar behavior.
// Also, the only modern browser that uses vendor prefixes for transitions/keyframes is webkit
// therefore there is no reason to test anymore for other vendor prefixes:
-// http://caniuse.com/#search=transition
+// https://caniuse.com/#search=transition
if (window.ontransitionend === undefined && window.onwebkittransitionend !== undefined) {
CSS_PREFIX = '-webkit-';
TRANSITION_PROP = 'WebkitTransition';
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/angular-animate.min.js b/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/angular-animate.min.js
index ad782984..85864208 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/angular-animate.min.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/angular-animate/angular-animate.min.js
@@ -1,6 +1,6 @@
/*
AngularJS v1.4.1
- (c) 2010-2015 Google, Inc. http://angularjs.org
+ (c) 2010-2015 Google, Inc. https://angularjs.org
License: MIT
*/
(function(F,t,W){'use strict';function ua(a,b,c){if(!a)throw ngMinErr("areq",b||"?",c||"required");return a}function va(a,b){if(!a&&!b)return"";if(!a)return b;if(!b)return a;X(a)&&(a=a.join(" "));X(b)&&(b=b.join(" "));return a+" "+b}function Ea(a){var b={};a&&(a.to||a.from)&&(b.to=a.to,b.from=a.from);return b}function ba(a,b,c){var d="";a=X(a)?a:a&&U(a)&&a.length?a.split(/\s+/):[];u(a,function(a,s){a&&0` to your `index.html`:
## Documentation
Documentation is available on the
-[AngularJS docs site](http://docs.angularjs.org/).
+[AngularJS docs site](https://docs.angularjs.org/).
## License
The MIT License
-Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
+Copyright (c) 2010-2015 Google, Inc. https://angularjs.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/angular/angular.js b/spring-statemachine-samples/web/src/main/resources/static/lib/angular/angular.js
index c147ec52..6c1728b8 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/angular/angular.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/angular/angular.js
@@ -1,6 +1,6 @@
/**
* @license AngularJS v1.4.1
- * (c) 2010-2015 Google, Inc. http://angularjs.org
+ * (c) 2010-2015 Google, Inc. https://angularjs.org
* License: MIT
*/
(function(window, document, undefined) {'use strict';
@@ -255,7 +255,7 @@ var
/**
* documentMode is an IE-only property
- * http://msdn.microsoft.com/en-us/library/ie/cc196988(v=vs.85).aspx
+ * https://msdn.microsoft.com/en-us/library/ie/cc196988(v=vs.85).aspx
*/
msie = document.documentMode;
@@ -299,7 +299,7 @@ function isArrayLike(obj) {
* using the `hasOwnProperty` method.
*
* Unlike ES262's
- * [Array.prototype.forEach](http://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.18),
+ * [Array.prototype.forEach](https://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.18),
* Providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just
* return the value provided.
*
@@ -577,7 +577,7 @@ function isDefined(value) {return typeof value !== 'undefined';}
* @returns {boolean} True if `value` is an `Object` but not `null`.
*/
function isObject(value) {
- // http://jsperf.com/isobject4
+ // https://jsperf.com/isobject4
return value !== null && typeof value === 'object';
}
@@ -1134,8 +1134,8 @@ function sliceArgs(args, startIndex) {
* @description
* Returns a function which calls function `fn` bound to `self` (`self` becomes the `this` for
* `fn`). You can supply optional `args` that are prebound to the function. This feature is also
- * known as [partial application](http://en.wikipedia.org/wiki/Partial_application), as
- * distinguished from [function currying](http://en.wikipedia.org/wiki/Currying#Contrast_with_partial_function_application).
+ * known as [partial application](https://en.wikipedia.org/wiki/Partial_application), as
+ * distinguished from [function currying](https://en.wikipedia.org/wiki/Currying#Contrast_with_partial_function_application).
*
* @param {Object} self Context which `fn` should be evaluated in.
* @param {function()} fn Function to be bound.
@@ -1330,7 +1330,7 @@ function toKeyValue(obj) {
/**
* We need our custom method because encodeURIComponent is too aggressive and doesn't follow
- * http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path
+ * https://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path
* segments:
* segment = *pchar
* pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
@@ -1350,7 +1350,7 @@ function encodeUriSegment(val) {
/**
* This method is intended for encoding *key* or *value* parts of query component. We need a custom
* method because encodeURIComponent is too aggressive and encodes stuff that doesn't have to be
- * encoded per http://tools.ietf.org/html/rfc3986:
+ * encoded per https://tools.ietf.org/html/rfc3986:
* query = *( pchar / "/" / "?" )
* pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
* unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
@@ -1838,9 +1838,9 @@ function getBlockNodes(nodes) {
* guard against prototypically inherited properties via hasOwnProperty.
*
* Related micro-benchmarks:
- * - http://jsperf.com/object-create2
- * - http://jsperf.com/proto-map-lookup/2
- * - http://jsperf.com/for-in-vs-object-keys2
+ * - https://jsperf.com/object-create2
+ * - https://jsperf.com/proto-map-lookup/2
+ * - https://jsperf.com/for-in-vs-object-keys2
*
* @returns {Object}
*/
@@ -2518,10 +2518,10 @@ function publishExternalAPI(angular) {
* @kind function
*
* @description
- * Wraps a raw DOM element or HTML string as a [jQuery](http://jquery.com) element.
+ * Wraps a raw DOM element or HTML string as a [jQuery](https://jquery.com) element.
*
* If jQuery is available, `angular.element` is an alias for the
- * [jQuery](http://api.jquery.com/jQuery/) function. If jQuery is not available, `angular.element`
+ * [jQuery](https://api.jquery.com/jQuery/) function. If jQuery is not available, `angular.element`
* delegates to Angular's built-in subset of jQuery, called "jQuery lite" or "jqLite."
*
*
- Flat UI
- is a beautiful theme for Bootstrap.
+ Flat UI
+ is a beautiful theme for Bootstrap.
We have redesigned many of its components to look flat in every pixel.
@@ -47,7 +47,7 @@
- Since Flat UI is built on top of Bootstrap as a theme, you can use it in your Bootstrap 3 project.
+ Since Flat UI is built on top of Bootstrap as a theme, you can use it in your Bootstrap 3 project.
We did not modify any line of Bootstrap, so you will be safe using Flat UI in your ongoing project
(unless you hacked it yourself!) :)
@@ -134,7 +134,7 @@ flat-ui/
fonts/ — local version of Lato and icon font. When integrating this into your project, make sure you
copy all the font files correctly. You might want to change/add some glyphs. If so, open
- IcoMoon and import selection.json(at fonts/glyphicons/)
+ IcoMoon and import selection.json(at fonts/glyphicons/)
there to make all glyphs editable.
@@ -182,7 +182,7 @@ flat-ui/
- External dependencies are managed quickly and easily with Bower. Simply:
+ External dependencies are managed quickly and easily with Bower. Simply:
@@ -199,7 +199,7 @@ flat-ui/
Note: If required, run npm install -g bower first to install bower.
- Development is quick and easy thanks to Grunt. Simply:
+ Development is quick and easy thanks to Grunt. Simply:
Do you like this freebie? Want to get more stuff like this?
Subscribe to designmodo news and updates to stay tuned on great designs.
- Go to: designmodo.com/flat-free
+ Go to: designmodo.com/flat-free
- Go to: designmodo.com/flat
+ Go to: designmodo.com/flat
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/flat-ui/package.json b/spring-statemachine-samples/web/src/main/resources/static/lib/flat-ui/package.json
index 35de95ba..07669b20 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/flat-ui/package.json
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/flat-ui/package.json
@@ -4,7 +4,7 @@
"description": "Flat UI Free is a beautiful theme for Bootstrap. We have redesigned many of its components to look flat in every pixel",
"author": "Designmodo, Inc.",
"license": "CC BY 3.0 and MIT",
- "homepage": "http://designmodo.github.io/Flat-UI/",
+ "homepage": "https://designmodo.github.io/Flat-UI/",
"keywords": [
"ui",
"flat",
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/MIT-LICENSE.txt b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/MIT-LICENSE.txt
index cdd31b5c..9f47f7fb 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/MIT-LICENSE.txt
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/MIT-LICENSE.txt
@@ -1,5 +1,5 @@
Copyright 2014 jQuery Foundation and other contributors
-http://jquery.com/
+https://jquery.com/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/dist/jquery.js b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/dist/jquery.js
index eed17778..57e54450 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/dist/jquery.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/dist/jquery.js
@@ -1,13 +1,13 @@
/*!
* jQuery JavaScript Library v2.1.4
- * http://jquery.com/
+ * https://jquery.com/
*
* Includes Sizzle.js
- * http://sizzlejs.com/
+ * https://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
- * http://jquery.org/license
+ * https://jquery.org/license
*
* Date: 2015-04-28T16:01Z
*/
@@ -553,11 +553,11 @@ function isArraylike( obj ) {
var Sizzle =
/*!
* Sizzle CSS Selector Engine v2.2.0-pre
- * http://sizzlejs.com/
+ * https://sizzlejs.com/
*
* Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
- * http://jquery.org/license
+ * https://jquery.org/license
*
* Date: 2014-12-16
*/
@@ -611,7 +611,7 @@ var i,
push = arr.push,
slice = arr.slice,
// Use a stripped-down indexOf as it's faster than native
- // http://jsperf.com/thor-indexof-vs-for/5
+ // https://jsperf.com/thor-indexof-vs-for/5
indexOf = function( list, elem ) {
var i = 0,
len = list.length;
@@ -627,17 +627,17 @@ var i,
// Regular expressions
- // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace
+ // Whitespace characters https://www.w3.org/TR/css3-selectors/#whitespace
whitespace = "[\\x20\\t\\r\\n\\f]",
- // http://www.w3.org/TR/css3-syntax/#characters
+ // https://www.w3.org/TR/css3-syntax/#characters
characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",
// Loosely modeled on CSS identifier characters
- // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors
- // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
+ // An unquoted value should be a CSS identifier https://www.w3.org/TR/css3-selectors/#attribute-selectors
+ // Proper syntax: https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
identifier = characterEncoding.replace( "w", "w#" ),
- // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors
+ // Attribute selectors: https://www.w3.org/TR/selectors/#attribute-selectors
attributes = "\\[" + whitespace + "*(" + characterEncoding + ")(?:" + whitespace +
// Operator (capture 2)
"*([*^$|!~]?=)" + whitespace +
@@ -694,7 +694,7 @@ var i,
rsibling = /[+~]/,
rescape = /'|\\/g,
- // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters
+ // CSS escapes https://www.w3.org/TR/CSS21/syndata.html#escaped-characters
runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ),
funescape = function( _, escaped, escapedWhitespace ) {
var high = "0x" + escaped - 0x10000;
@@ -1165,7 +1165,7 @@ setDocument = Sizzle.setDocument = function( node ) {
// We allow this because of a bug in IE8/9 that throws an error
// whenever `document.activeElement` is accessed on an iframe
// So, we allow :focus to pass through QSA all the time to avoid the IE error
- // See http://bugs.jquery.com/ticket/13378
+ // See https://bugs.jquery.com/ticket/13378
rbuggyQSA = [];
if ( (support.qsa = rnative.test( doc.querySelectorAll )) ) {
@@ -1176,7 +1176,7 @@ setDocument = Sizzle.setDocument = function( node ) {
// This is to test IE's treatment of not explicitly
// setting a boolean content attribute,
// since its presence should be enough
- // http://bugs.jquery.com/ticket/12359
+ // https://bugs.jquery.com/ticket/12359
docElem.appendChild( div ).innerHTML = "" +
"";
@@ -1184,7 +1184,7 @@ setDocument = Sizzle.setDocument = function( node ) {
// Support: IE8, Opera 11-12.16
// Nothing should be selected when empty strings follow ^= or $= or *=
// The test attribute must be unknown in Opera but "safe" for WinRT
- // http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section
+ // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section
if ( div.querySelectorAll("[msallowcapture^='']").length ) {
rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" );
}
@@ -1201,7 +1201,7 @@ setDocument = Sizzle.setDocument = function( node ) {
}
// Webkit/Opera - :checked should return selected option elements
- // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
+ // https://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
// IE8 throws error here and will not see later tests
if ( !div.querySelectorAll(":checked").length ) {
rbuggyQSA.push(":checked");
@@ -1757,7 +1757,7 @@ Expr = Sizzle.selectors = {
"PSEUDO": function( pseudo, argument ) {
// pseudo-class names are case-insensitive
- // http://www.w3.org/TR/selectors/#pseudo-classes
+ // https://www.w3.org/TR/selectors/#pseudo-classes
// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters
// Remember that setFilters inherits from pseudos
var args,
@@ -1844,7 +1844,7 @@ Expr = Sizzle.selectors = {
// or beginning with the identifier C immediately followed by "-".
// The matching of C against the element's language value is performed case-insensitively.
// The identifier C does not have to be a valid language name."
- // http://www.w3.org/TR/selectors/#lang-pseudo
+ // https://www.w3.org/TR/selectors/#lang-pseudo
"lang": markFunction( function( lang ) {
// lang value must be a valid identifier
if ( !ridentifier.test(lang || "") ) {
@@ -1891,7 +1891,7 @@ Expr = Sizzle.selectors = {
"checked": function( elem ) {
// In CSS3, :checked should return both checked and selected elements
- // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
+ // https://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
var nodeName = elem.nodeName.toLowerCase();
return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);
},
@@ -1908,7 +1908,7 @@ Expr = Sizzle.selectors = {
// Contents
"empty": function( elem ) {
- // http://www.w3.org/TR/selectors/#empty-pseudo
+ // https://www.w3.org/TR/selectors/#empty-pseudo
// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),
// but not by others (comment: 8; processing instruction: 7; etc.)
// nodeType < 6 works because attributes (2) do not appear as children
@@ -2564,7 +2564,7 @@ support.sortDetached = assert(function( div1 ) {
// Support: IE<8
// Prevent attribute/property "interpolation"
-// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx
+// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx
if ( !assert(function( div ) {
div.innerHTML = "";
return div.firstChild.getAttribute("href") === "#" ;
@@ -3440,7 +3440,7 @@ jQuery.ready.promise = function( obj ) {
// Catch cases where $(document).ready() is called after the browser event has already occurred.
// We once tried to use readyState "interactive" here, but it caused issues like the one
- // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15
+ // discovered by ChrisS here: https://bugs.jquery.com/ticket/12282#comment:15
if ( document.readyState === "complete" ) {
// Handle it asynchronously to allow scripts the opportunity to delay ready
setTimeout( jQuery.ready );
@@ -4703,7 +4703,7 @@ jQuery.Event = function( src, props ) {
};
// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
-// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
+// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
jQuery.Event.prototype = {
isDefaultPrevented: returnFalse,
isPropagationStopped: returnFalse,
@@ -5049,7 +5049,7 @@ jQuery.extend({
if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&
!jQuery.isXMLDoc( elem ) ) {
- // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2
+ // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2
destElements = getAll( clone );
srcElements = getAll( elem );
@@ -5571,7 +5571,7 @@ function curCSS( elem, name, computed ) {
// Support: iOS < 6
// A tribute to the "awesome hack by Dean Edwards"
// iOS < 6 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels
- // this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values
+ // this is against the CSSOM draft spec: https://dev.w3.org/csswg/cssom/#resolved-values
if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {
// Remember the original values
@@ -6897,7 +6897,7 @@ jQuery.fx.speeds = {
// Based off of the plugin by Clint Helfers, with permission.
-// http://blindsignals.com/index.php/2009/07/jquery-delay/
+// http://blindsignals.com
jQuery.fn.delay = function( time, type ) {
time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
type = type || "fx";
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/core/ready.js b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/core/ready.js
index db1a6e60..663c3419 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/core/ready.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/core/ready.js
@@ -74,7 +74,7 @@ jQuery.ready.promise = function( obj ) {
// Catch cases where $(document).ready() is called after the browser event has already occurred.
// We once tried to use readyState "interactive" here, but it caused issues like the one
- // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15
+ // discovered by ChrisS here: https://bugs.jquery.com/ticket/12282#comment:15
if ( document.readyState === "complete" ) {
// Handle it asynchronously to allow scripts the opportunity to delay ready
setTimeout( jQuery.ready );
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/css/curCSS.js b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/css/curCSS.js
index 90e508cb..2179d7ec 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/css/curCSS.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/css/curCSS.js
@@ -27,7 +27,7 @@ function curCSS( elem, name, computed ) {
// Support: iOS < 6
// A tribute to the "awesome hack by Dean Edwards"
// iOS < 6 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels
- // this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values
+ // this is against the CSSOM draft spec: https://dev.w3.org/csswg/cssom/#resolved-values
if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {
// Remember the original values
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/event.js b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/event.js
index 8f04b89c..5b747c36 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/event.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/event.js
@@ -658,7 +658,7 @@ jQuery.Event = function( src, props ) {
};
// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
-// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
+// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
jQuery.Event.prototype = {
isDefaultPrevented: returnFalse,
isPropagationStopped: returnFalse,
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/intro.js b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/intro.js
index d7d43680..e737853c 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/intro.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/intro.js
@@ -1,13 +1,13 @@
/*!
* jQuery JavaScript Library v@VERSION
- * http://jquery.com/
+ * https://jquery.com/
*
* Includes Sizzle.js
- * http://sizzlejs.com/
+ * https://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
- * http://jquery.org/license
+ * https://jquery.org/license
*
* Date: @DATE
*/
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/manipulation.js b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/manipulation.js
index c6279626..0a733df2 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/manipulation.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/manipulation.js
@@ -154,7 +154,7 @@ jQuery.extend({
if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&
!jQuery.isXMLDoc( elem ) ) {
- // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2
+ // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2
destElements = getAll( clone );
srcElements = getAll( elem );
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/queue/delay.js b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/queue/delay.js
index 4b4498ce..5c881d18 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/queue/delay.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/queue/delay.js
@@ -5,7 +5,7 @@ define([
], function( jQuery ) {
// Based off of the plugin by Clint Helfers, with permission.
-// http://blindsignals.com/index.php/2009/07/jquery-delay/
+// http://blindsignals.com
jQuery.fn.delay = function( time, type ) {
time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
type = type || "fx";
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/sizzle/dist/sizzle.js b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/sizzle/dist/sizzle.js
index 89aecbc2..2b426eb0 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/sizzle/dist/sizzle.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/jquery/src/sizzle/dist/sizzle.js
@@ -1,10 +1,10 @@
/*!
* Sizzle CSS Selector Engine v2.2.0-pre
- * http://sizzlejs.com/
+ * https://sizzlejs.com/
*
* Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
- * http://jquery.org/license
+ * https://jquery.org/license
*
* Date: 2014-12-16
*/
@@ -58,7 +58,7 @@ var i,
push = arr.push,
slice = arr.slice,
// Use a stripped-down indexOf as it's faster than native
- // http://jsperf.com/thor-indexof-vs-for/5
+ // https://jsperf.com/thor-indexof-vs-for/5
indexOf = function( list, elem ) {
var i = 0,
len = list.length;
@@ -74,17 +74,17 @@ var i,
// Regular expressions
- // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace
+ // Whitespace characters https://www.w3.org/TR/css3-selectors/#whitespace
whitespace = "[\\x20\\t\\r\\n\\f]",
- // http://www.w3.org/TR/css3-syntax/#characters
+ // https://www.w3.org/TR/css3-syntax/#characters
characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",
// Loosely modeled on CSS identifier characters
- // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors
- // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
+ // An unquoted value should be a CSS identifier https://www.w3.org/TR/css3-selectors/#attribute-selectors
+ // Proper syntax: https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
identifier = characterEncoding.replace( "w", "w#" ),
- // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors
+ // Attribute selectors: https://www.w3.org/TR/selectors/#attribute-selectors
attributes = "\\[" + whitespace + "*(" + characterEncoding + ")(?:" + whitespace +
// Operator (capture 2)
"*([*^$|!~]?=)" + whitespace +
@@ -141,7 +141,7 @@ var i,
rsibling = /[+~]/,
rescape = /'|\\/g,
- // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters
+ // CSS escapes https://www.w3.org/TR/CSS21/syndata.html#escaped-characters
runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ),
funescape = function( _, escaped, escapedWhitespace ) {
var high = "0x" + escaped - 0x10000;
@@ -612,7 +612,7 @@ setDocument = Sizzle.setDocument = function( node ) {
// We allow this because of a bug in IE8/9 that throws an error
// whenever `document.activeElement` is accessed on an iframe
// So, we allow :focus to pass through QSA all the time to avoid the IE error
- // See http://bugs.jquery.com/ticket/13378
+ // See https://bugs.jquery.com/ticket/13378
rbuggyQSA = [];
if ( (support.qsa = rnative.test( doc.querySelectorAll )) ) {
@@ -623,7 +623,7 @@ setDocument = Sizzle.setDocument = function( node ) {
// This is to test IE's treatment of not explicitly
// setting a boolean content attribute,
// since its presence should be enough
- // http://bugs.jquery.com/ticket/12359
+ // https://bugs.jquery.com/ticket/12359
docElem.appendChild( div ).innerHTML = "" +
"";
@@ -631,7 +631,7 @@ setDocument = Sizzle.setDocument = function( node ) {
// Support: IE8, Opera 11-12.16
// Nothing should be selected when empty strings follow ^= or $= or *=
// The test attribute must be unknown in Opera but "safe" for WinRT
- // http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section
+ // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section
if ( div.querySelectorAll("[msallowcapture^='']").length ) {
rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" );
}
@@ -648,7 +648,7 @@ setDocument = Sizzle.setDocument = function( node ) {
}
// Webkit/Opera - :checked should return selected option elements
- // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
+ // https://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
// IE8 throws error here and will not see later tests
if ( !div.querySelectorAll(":checked").length ) {
rbuggyQSA.push(":checked");
@@ -1204,7 +1204,7 @@ Expr = Sizzle.selectors = {
"PSEUDO": function( pseudo, argument ) {
// pseudo-class names are case-insensitive
- // http://www.w3.org/TR/selectors/#pseudo-classes
+ // https://www.w3.org/TR/selectors/#pseudo-classes
// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters
// Remember that setFilters inherits from pseudos
var args,
@@ -1291,7 +1291,7 @@ Expr = Sizzle.selectors = {
// or beginning with the identifier C immediately followed by "-".
// The matching of C against the element's language value is performed case-insensitively.
// The identifier C does not have to be a valid language name."
- // http://www.w3.org/TR/selectors/#lang-pseudo
+ // https://www.w3.org/TR/selectors/#lang-pseudo
"lang": markFunction( function( lang ) {
// lang value must be a valid identifier
if ( !ridentifier.test(lang || "") ) {
@@ -1338,7 +1338,7 @@ Expr = Sizzle.selectors = {
"checked": function( elem ) {
// In CSS3, :checked should return both checked and selected elements
- // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
+ // https://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
var nodeName = elem.nodeName.toLowerCase();
return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);
},
@@ -1355,7 +1355,7 @@ Expr = Sizzle.selectors = {
// Contents
"empty": function( elem ) {
- // http://www.w3.org/TR/selectors/#empty-pseudo
+ // https://www.w3.org/TR/selectors/#empty-pseudo
// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),
// but not by others (comment: 8; processing instruction: 7; etc.)
// nodeType < 6 works because attributes (2) do not appear as children
@@ -2011,7 +2011,7 @@ support.sortDetached = assert(function( div1 ) {
// Support: IE<8
// Prevent attribute/property "interpolation"
-// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx
+// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx
if ( !assert(function( div ) {
div.innerHTML = "";
return div.firstChild.getAttribute("href") === "#" ;
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/sockjs/sockjs.js b/spring-statemachine-samples/web/src/main/resources/static/lib/sockjs/sockjs.js
index 585215cb..1126941c 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/sockjs/sockjs.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/sockjs/sockjs.js
@@ -1,4 +1,4 @@
-/* SockJS client, version 0.3.4, http://sockjs.org, MIT License
+/* SockJS client, version 0.3.4, https://github.com/sockjs/sockjs-client, MIT License
Copyright (c) 2011-2012 VMware, Inc.
@@ -43,7 +43,7 @@ SockJS = (function(){
*/
/* Simplified implementation of DOM2 EventTarget.
- * http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-EventTarget
+ * https://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-EventTarget
*/
var REventTarget = function() {};
REventTarget.prototype.addEventListener = function (eventType, listener) {
@@ -212,7 +212,7 @@ utils.random_number_string = function(max) {
return (p + utils.random_number(max)).slice(-t);
};
-// Assuming that url looks like: http://asdasd:111/asd
+// Assuming that url looks like: https://asdasd:111/asd
utils.getOrigin = function(url) {
url += '/';
var parts = url.split('/').slice(0, 3);
@@ -265,7 +265,7 @@ utils.userSetCode = function (code) {
return code === 1000 || (code >= 3000 && code <= 4999);
};
-// See: http://www.erg.abdn.ac.uk/~gerrit/dccp/notes/ccid2/rto_estimator/
+// See: https://erg.abdn.ac.uk/~gerrit/dccp/notes/ccid2/rto_estimator/
// and RFC 2988.
utils.countRTO = function (rtt) {
var rto;
@@ -306,7 +306,7 @@ utils.amendUrl = function(url) {
throw new Error('Only basic urls are supported in SockJS');
}
- // '//abc' --> 'http://abc'
+ // '//abc' --> 'https://abc'
if (url.indexOf('//') === 0) {
url = dl.protocol + url;
}
@@ -424,7 +424,7 @@ var unroll_lookup = function(escapable) {
// Quote string, also taking care of unicode characters that browsers
// often break. Especially, take care of unicode surrogates:
-// http://en.wikipedia.org/wiki/Mapping_of_Unicode_characters#Surrogates
+// https://en.wikipedia.org/wiki/Mapping_of_Unicode_characters#Surrogates
utils.quote = function(string) {
var quoted = JSONQuote(string);
@@ -552,7 +552,7 @@ utils.attachEvent = function(event, listener) {
_window.addEventListener(event, listener, false);
} else {
// IE quirks.
- // According to: http://stevesouders.com/misc/test-postmessage.php
+ // According to: https://stevesouders.com/misc/test-postmessage.php
// the message gets delivered only to 'document', not 'window'.
_document.attachEvent("on" + event, listener);
// I get 'window' for ie8.
@@ -752,7 +752,7 @@ AbstractXHRObject.prototype._start = function(method, url, payload, opts) {
}
// Explorer tends to keep connection open, even after the
- // tab gets closed: http://bugs.jquery.com/ticket/5280
+ // tab gets closed: https://bugs.jquery.com/ticket/5280
that.unload_ref = utils.unload_add(function(){that._cleanup(true);});
try {
that.xhr.open(method, url, true);
@@ -785,7 +785,7 @@ AbstractXHRObject.prototype._start = function(method, url, payload, opts) {
var status = x.status;
var text = x.responseText;
} catch (x) {};
- // IE returns 1223 for 204: http://bugs.jquery.com/ticket/1450
+ // IE returns 1223 for 204: https://bugs.jquery.com/ticket/1450
if (status === 1223) status = 204;
// IE does return readystate == 3 for 404 answers.
@@ -795,7 +795,7 @@ AbstractXHRObject.prototype._start = function(method, url, payload, opts) {
break;
case 4:
var status = x.status;
- // IE returns 1223 for 204: http://bugs.jquery.com/ticket/1450
+ // IE returns 1223 for 204: https://bugs.jquery.com/ticket/1450
if (status === 1223) status = 204;
that.emit('finish', status, x.responseText);
@@ -849,7 +849,7 @@ XHRLocalObject.prototype = new AbstractXHRObject();
// References:
// http://ajaxian.com/archives/100-line-ajax-wrapper
-// http://msdn.microsoft.com/en-us/library/cc288060(v=VS.85).aspx
+// https://msdn.microsoft.com/en-us/library/cc288060(v=VS.85).aspx
var XDRObject = utils.XDRObject = function(method, url, payload) {
var that = this;
utils.delay(function(){that._start(method, url, payload);});
@@ -1477,9 +1477,9 @@ var jsonPGenericReceiver = function(url, callback) {
// script object. Later, onreadystatechange, manually execute this
// code. FF and Chrome doesn't work with 'event' and 'htmlFor'
// set. For reference see:
- // http://jaubourg.net/2010/07/loading-script-as-onclick-handler-of.html
+ // https://jaubourg.net/2010/07/loading-script-as-onclick-handler-of.html
// Also, read on that about script ordering:
- // http://wiki.whatwg.org/wiki/Dynamic_Script_Execution_Order
+ // https://wiki.whatwg.org/wiki/Dynamic_Script_Execution_Order
if (typeof script.async === 'undefined' && _document.attachEvent) {
// According to mozilla docs, in recent browsers script.async defaults
// to 'true', so we may use it to detect a good browser:
@@ -1678,8 +1678,8 @@ XhrStreamingTransport.need_body = true;
// According to:
-// http://stackoverflow.com/questions/1641507/detect-browser-support-for-cross-domain-xmlhttprequests
-// http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/
+// https://stackoverflow.com/questions/1641507/detect-browser-support-for-cross-domain-xmlhttprequests
+// https://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/
// xdr-streaming
@@ -1733,8 +1733,8 @@ XdrPollingTransport.roundTrips = 2; // preflight, ajax
// remote domain. New browsers, have capabilities to communicate with
// cross domain iframe, using postMessage(). In IE it was implemented
// from IE 8+, but of course, IE got some details wrong:
-// http://msdn.microsoft.com/en-us/library/cc197015(v=VS.85).aspx
-// http://stevesouders.com/misc/test-postmessage.php
+// https://msdn.microsoft.com/en-us/library/cc197015(v=VS.85).aspx
+// https://stevesouders.com/misc/test-postmessage.php
var IframeTransport = function() {};
@@ -1904,7 +1904,7 @@ SockJS.bootstrap_iframe = function() {
// alert('test ticker');
// facade = new FacadeJS();
- // facade._transport = new FacadeJS['w-iframe-xhr-polling'](facade, 'http://host.com:9999/ticker/12/basd');
+ // facade._transport = new FacadeJS['w-iframe-xhr-polling'](facade, 'https://host.com:9999/ticker/12/basd');
utils.attachMessage(onMessage);
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/sockjs/sockjs.min.js b/spring-statemachine-samples/web/src/main/resources/static/lib/sockjs/sockjs.min.js
index baae3764..af8729ca 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/sockjs/sockjs.min.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/sockjs/sockjs.min.js
@@ -1,4 +1,4 @@
-/* SockJS client, version 0.3.4, http://sockjs.org, MIT License
+/* SockJS client, version 0.3.4, https://github.com/sockjs/sockjs-client, MIT License
Copyright (c) 2011-2012 VMware, Inc.
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/README.md b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/README.md
index ca629b54..425fbd62 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/README.md
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/README.md
@@ -35,7 +35,7 @@ For development (testing, building) the project requires node.js. This allows us
## Building and Testing
-[](http://travis-ci.org/jmesnil/stomp-websocket)
+[](https://travis-ci.org/jmesnil/stomp-websocket)
To build JavaScript from the CoffeeScript source code:
@@ -65,7 +65,7 @@ to send and receive STOMP messages from a server directly in the Web Browser or
## Authors
* [Jeff Mesnil](http://jmesnil.net/)
- * [Jeff Lindsay](http://github.com/progrium)
+ * [Jeff Lindsay](https://github.com/progrium)
[doc]: http://jmesnil.net/stomp-websocket/doc/
[annotated]: http://jmesnil.net/stomp-websocket/doc/stomp.html
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/index.html b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/index.html
index 86db3542..d4ee4e28 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/index.html
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/index.html
@@ -5,7 +5,7 @@
-
+
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/integration/integration.html b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/integration/integration.html
index 37ed4453..efd677a2 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/integration/integration.html
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/integration/integration.html
@@ -1,7 +1,7 @@
-
+
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/qunit.js b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/qunit.js
index 8bef0261..61385a7b 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/qunit.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/browsertests/qunit.js
@@ -1,7 +1,7 @@
/*
* QUnit - A JavaScript Unit Testing Framework
*
- * http://docs.jquery.com/QUnit
+ * https://docs.jquery.com/QUnit
*
* Copyright (c) 2009 John Resig, Jörn Zaefferer
* Dual licensed under the MIT (MIT-LICENSE.txt)
@@ -672,8 +672,8 @@ function id(name) {
}
// Test for equality any JavaScript type.
-// Discussions and reference: http://philrathe.com/articles/equiv
-// Test suites: http://philrathe.com/tests/equiv
+// Discussions and reference: https://philrathe.com/articles/equiv
+// Test suites: https://philrathe.com/tests/equiv
// Author: Philippe Rathé
QUnit.equiv = function () {
@@ -867,13 +867,13 @@ QUnit.equiv = function () {
/**
* jsDump
- * Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
- * Licensed under BSD (http://www.opensource.org/licenses/bsd-license.php)
+ * Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com | https://flesler.blogspot.com
+ * Licensed under BSD (https://www.opensource.org/licenses/bsd-license.php)
* Date: 5/15/2008
* @projectDescription Advanced and extensible data dumping for Javascript.
* @version 1.0.0
* @author Ariel Flesler
- * @link {http://flesler.blogspot.com/2008/05/jsdump-pretty-dump-of-any-javascript.html}
+ * @link {https://flesler.blogspot.com/2008/05/jsdump-pretty-dump-of-any-javascript.html}
*/
QUnit.jsDump = (function() {
function quote( str ) {
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/doc/index.html b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/doc/index.html
index 05300b3c..3d6683e7 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/doc/index.html
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/doc/index.html
@@ -4,10 +4,10 @@
STOMP Over WebSocket
-
+
@@ -21,10 +21,10 @@
STOMP is a simple text-orientated messaging protocol.
+ It defines an interoperable wire format
so that any of the available STOMP clients can communicate with any STOMP message broker to provide easy and widespread
- messaging interoperability among languages and platforms (the STOMP web site has a list of STOMP client and server implementations.
The WebSocket API enables web applications to handle bidirectional communications
@@ -59,7 +59,7 @@ it explained the idea behind WebSockets:
with.
-
The API is part of HTML5 and is supported (at various degree...) by most modern Web Browsers (including Google Chrome, Firefox and Safari on Mac OS X and iOS).
+
The API is part of HTML5 and is supported (at various degree...) by most modern Web Browsers (including Google Chrome, Firefox and Safari on Mac OS X and iOS).
@@ -69,8 +69,8 @@ it explained the idea behind WebSockets:
This library supports multiple version of STOMP protocols:
@@ -234,7 +234,7 @@ This method expects an object that conforms to the WebSocket definition.
connect and authenticate to the STOMP server. The method takes two mandatory arguments,
login and passcode corresponding to the user credentials.
Behind the scene, the client will open a connection using a WebSocket and send
- a CONNECT frame.
The connection is done asynchronously: you have no guarantee to be effectively connected when
the call to connect returns. To be notified of the connection, you need to pass a
connect_callback function to the connect() method:
@@ -247,7 +247,7 @@ This method expects an object that conforms to the WebSocket definition.
optional error_callback argument which will be called if the client is not able
to connect to the server.
The callback will be called with a single argument, an error object corresponding to STOMP
- ERROR frame:
+ ERROR frame:
var error_callback = function(error) {
@@ -265,7 +265,7 @@ This method expects an object that conforms to the WebSocket definition.
where login, passcode are strings and connectCallback and errorCallback are functions
- (some brokers also require to pass a host String).
+ (some brokers also require to pass a host String).
The connect() method also accepts two other variants if you need to pass additional headers:
@@ -327,7 +327,7 @@ This method expects an object that conforms to the WebSocket definition.
The client will send a STOMP
- SEND frame to /queue/test destination
+ SEND frame to /queue/test destination
with a header priority set to 9 and a body Hello, STOMP.
@@ -362,7 +362,7 @@ This method expects an object that conforms to the WebSocket definition.
The client will send a STOMP
- SUBSCRIBE frame to the server
+ SUBSCRIBE frame to the server
and register the callback. Every time the server
send a message to the client, the client will in turn call the callback with a STOMP Frame object
corresponding to the message:
@@ -415,7 +415,7 @@ This method expects an object that conforms to the WebSocket definition.
JSON support
The body of a STOMP message must be a String. If you want to send and receive
- JSON objects, you can use JSON.stringify() and JSON.parse() to transform the JSON
+ JSON objects, you can use JSON.stringify() and JSON.parse() to transform the JSON
object to a String and vice versa.
@@ -432,7 +432,7 @@ This method expects an object that conforms to the WebSocket definition.
By default, STOMP messages will be automatically acknowledged by the server before the message
is delivered to the client.
-
The client can chose instead to handle message acknowledgement by subscribing to a destination and
+
The client can chose instead to handle message acknowledgement by subscribing to a destination and
specify a ack header set to client or client-individual.
In that case, the client must use the message.ack() method to inform the server that it has
acknowledge the message.
@@ -560,10 +560,10 @@ The client can then send and/or acknowledge messages in the transaction by speci
-
+
+
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/example/server.js b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/example/server.js
index 4920dba7..303beaa5 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/example/server.js
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/example/server.js
@@ -5,4 +5,4 @@ connect()
.use(connect.static(__dirname))
.use(connect.static(__dirname + '/../lib/'))
.listen(8080);
-console.log('Server running at http://0.0.0.0:8080/');
+console.log('Server running at https://0.0.0.0:8080/');
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/example/webworker/index.html b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/example/webworker/index.html
index 96697189..783e796e 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/example/webworker/index.html
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/stomp/example/webworker/index.html
@@ -4,7 +4,7 @@
WebWorker Example Using STOMP Over WebSocket
@@ -76,7 +76,7 @@
-
+
```
@@ -51,12 +51,12 @@ Otherwise include/exclude attributes, settings, sources, and tracks exactly as y
```html
```
@@ -65,7 +65,7 @@ By default, the big play button is located in the upper left hand corner so it d
```html
@@ -101,4 +101,4 @@ videojs(document.getElementsByClassName('awesome_video_class')[0], {}, function(
});
```
-\* If you have trouble playing back content you know is in the [correct format](http://blog.zencoder.com/2013/09/13/what-formats-do-i-need-for-html5-video/), your HTTP server might not be delivering the content with the correct [MIME type](http://en.wikipedia.org/wiki/Internet_media_type#Type_video). Please double check your content's headers before opening an [issue](https://github.com/videojs/video.js/blob/master/CONTRIBUTING.md).
+\* If you have trouble playing back content you know is in the [correct format](https://blog.zencoder.com/2013/09/13/what-formats-do-i-need-for-html5-video/), your HTTP server might not be delivering the content with the correct [MIME type](https://en.wikipedia.org/wiki/Internet_media_type#Type_video). Please double check your content's headers before opening an [issue](https://github.com/videojs/video.js/blob/master/CONTRIBUTING.md).
diff --git a/spring-statemachine-samples/web/src/main/resources/static/lib/videojs/docs/guides/skins.md b/spring-statemachine-samples/web/src/main/resources/static/lib/videojs/docs/guides/skins.md
index c732f223..3fadf341 100644
--- a/spring-statemachine-samples/web/src/main/resources/static/lib/videojs/docs/guides/skins.md
+++ b/spring-statemachine-samples/web/src/main/resources/static/lib/videojs/docs/guides/skins.md
@@ -7,7 +7,7 @@ The default Video.js skin is made using HTML and CSS, so there's no need to lear
New in version 4.0 is the use of font icons. All of the icons (play, pause, etc.) use the new custom font, which allows the icons to be scaled and colored just like any other text font.
-All of the icons are available as variables in the [LESS](https://github.com/videojs/video.js/blob/master/src/css/video-js.less#L87-L99) source, making it easy to replace icons (such as the loading spinner). The easiest way to try this out is by using the [player skin designer](http://designer.videojs.com/).
+All of the icons are available as variables in the [LESS](https://github.com/videojs/video.js/blob/master/src/css/video-js.less#L87-L99) source, making it easy to replace icons (such as the loading spinner). The easiest way to try this out is by using the [player skin designer](https://designer.videojs.com/).

@@ -25,4 +25,4 @@ Or remove the 'vjs-default-skin' class from the video tag and create a new skin