Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Insight is a VMware® Web application that gives you real-time visibility into a
* Insight DevEdition answers the question: "What just happened?"
* Insight Operations answers the question: "How does my code perform in production?"

See more at "http://www.springsource.org/insight":http://www.springsource.org/insight
See more at "https://www.springsource.org/insight":https://www.springsource.org/insight

h2. Installing and Using Plugins

Plugins for different versions of Insight can be downloaded from:
"http://maven.springframework.org/release/com/springsource/insight/plugins/":http://maven.springframework.org/release/com/springsource/insight/plugins/
"https://maven.springframework.org/release/com/springsource/insight/plugins/":https://maven.springframework.org/release/com/springsource/insight/plugins/

Plugins must be copied into the "insight/collection-plugins" directory of an Insight Developer Edition and Insight Dashboard/Agent.

Expand All @@ -24,8 +24,8 @@ h2. Creating a Plugin

h2. Resources

* Checkout our webinar on developing plugins at: http://www.youtube.com/watch?v=YR3CYnryflw
* Tutorial: http://pubs.vmware.com/vfabric51/index.jsp?topic=/com.vmware.vfabric.tc-server.2.7/devedition/tutorial-plugin.html
* Checkout our webinar on developing plugins at: https://www.youtube.com/watch?v=YR3CYnryflw
* Tutorial: https://pubs.vmware.com/vfabric51/index.jsp?topic=/com.vmware.vfabric.tc-server.2.7/devedition/tutorial-plugin.html

h2. Requirements for a Plugin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public String getPublisher() {

@Override
public String getHref(){
return "http://www.axonframework.org/";
return "https://axoniq.io";
}

}
2 changes: 1 addition & 1 deletion collection-plugins/gemfire-light/README.textile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
h1. GemFire plugin (light) for Spring Insight

Spring Insight runs in the SpringSource tc Server. See http://www.springsource.org/insight for details. This plugin adds instrumentation to for web applications that use GemFire (http://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html) through the GemFire Java driver, which typically works outside the normal ORM flow.
Spring Insight runs in the SpringSource tc Server. See https://www.springsource.org/insight for details. This plugin adds instrumentation to for web applications that use GemFire (https://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html) through the GemFire Java driver, which typically works outside the normal ORM flow.

The light plugin monitors Query API only.

Expand Down
2 changes: 1 addition & 1 deletion collection-plugins/gemfire/README.textile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
h1. GemFire plugin for Spring Insight

Spring Insight runs in the SpringSource tc Server. See http://www.springsource.org/insight for details. This plugin adds instrumentation to for web applications that use GemFire (http://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html) through the GemFire Java driver, which typically works outside the normal ORM flow.
Spring Insight runs in the SpringSource tc Server. See https://www.springsource.org/insight for details. This plugin adds instrumentation to for web applications that use GemFire (https://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html) through the GemFire Java driver, which typically works outside the normal ORM flow.

h2. Compatibility

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import com.springsource.insight.plugin.jdbc.parser.SimpleSqlUrlParser;

/**
* @see <A HREF="http://www.razorsql.com/docs/help_db2.html">DB2 JDBC Driver and URL information</A>
* @see <A HREF="https://www.razorsql.com/docs/help_db2.html">DB2 JDBC Driver and URL information</A>
*/
public class DB2SqlParser extends SimpleSqlUrlParser {
public static final int DEFAULT_CONNECTION_PORT=6789;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* taken from
* http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration
* https://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration
* -properties.html
*
* jdbc:mysql://[host][,failoverhost...][:port]/[database] »
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import com.springsource.insight.util.StringUtil;

/**
* @see <A HREF="http://www.razorsql.com/docs/help_sybase.html">Sybase JDBC Driver and URL Information</A>
* @see <A HREF="https://www.razorsql.com/docs/help_sybase.html">Sybase JDBC Driver and URL Information</A>
*/
public class SybaseSqlParser extends AbstractSqlParser {
public static final String VENDOR="sybase", SUB_TYPE="Tds";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private JwsServiceDefinitions() {
public static final String SERVICE_NAME="JwsServiceTest",
ENDPOINT=SERVICE_NAME + "Endpoint",
PORT_NAME=SERVICE_NAME + "PortName",
TARGET_NAMESPACE="http://lu.ci.an.demo/" + SERVICE_NAME,
TARGET_NAMESPACE="https://lu.ci.an.demo/" + SERVICE_NAME,
WSDL_LOCATION="WEB-INF/wsdl/" + SERVICE_NAME + ".wsdl";

// constants used by the WebMethod/WebParam annotation(s)
Expand Down
2 changes: 1 addition & 1 deletion collection-plugins/mongodb/README.textile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
h1. MongoDB plugin for Spring Insight

Spring Insight runs in the SpringSource tc Server. See http://www.springsource.org/insight for details. This plugin adds instrumentation to for web applications that use MongoDB (http://www.mongodb.org) through the MongoDB Java driver, which typically works outside the normal ORM flow.
Spring Insight runs in the SpringSource tc Server. See https://www.springsource.org/insight for details. This plugin adds instrumentation to for web applications that use MongoDB (https://www.mongodb.org) through the MongoDB Java driver, which typically works outside the normal ORM flow.

h2. What does it do?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void testDefaultObscuredHeaders () throws IOException {
continue; // this is a response header and we do not intercept them
}

// see http://stackoverflow.com/questions/2864062/getrequestpropertyauthorization-always-returns-null
// see https://stackoverflow.com/questions/2864062/getrequestpropertyauthorization-always-returns-null
List<String> values=propsMap.get(hdrName);
if (ListUtil.size(values) <= 0) {
continue;
Expand Down Expand Up @@ -150,7 +150,7 @@ public void testObscuredHeaders () throws IOException {
assertObscureTestResults(marker, hdrName, "X-Dummy-Value", false);

for (String defName : HttpObfuscator.DEFAULT_OBFUSCATED_HEADERS_LIST) {
// see http://stackoverflow.com/questions/2864062/getrequestpropertyauthorization-always-returns-null
// see https://stackoverflow.com/questions/2864062/getrequestpropertyauthorization-always-returns-null
List<String> values=propsMap.get(defName);
if (ListUtil.size(values) <= 0) {
continue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
/**
* Renders any {@link Map}, {@link Model}, {@link View}, {@link ModelMap}
* and/or {@link ModelAndView} attributes
* @see <A HREF="http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/mvc.html#mvc-ann-arguments">Supported method argument types</A>
* @see <A HREF="http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/mvc.html#mvc-ann-return-types">Supported method return types</A>
* @see <A HREF="https://docs.spring.io/spring/docs/3.1.x/spring-framework-reference/html/mvc.html#mvc-ann-arguments">Supported method argument types</A>
* @see <A HREF="https://docs.spring.io/spring/docs/3.1.x/spring-framework-reference/html/mvc.html#mvc-ann-return-types">Supported method return types</A>
*/
public class ControllerOperationCollector extends DefaultOperationCollector {
private static final InterceptConfiguration configuration = InterceptConfiguration.getInstance();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class HttpInvokerRequestExecutorExternalResourceAnalyzer extends Abstract
* Special attribute used to indicate whether the HTTP invocation was
* executed using core Java classes (e.g. {@link java.net.HttpURLConnection}
* only or via a framework (e.g., <A
* HREF="http://hc.apache.org/httpclient-3.x/">Apache client</A>). We
* HREF="https://hc.apache.org/httpclient-3.x/">Apache client</A>). We
* generate an external resource only for the <U>core</U> classes invocation
* and rely on the other plugins for the alternative frameworks. This is
* done in order to avoid ambiguity if both the HTTP invoker aspect and the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void setUp () {
}

protected String createTestURI (String testName) {
return "http://37.77.34.7:7365/" + getClass().getSimpleName() + "/" + testName;
return "https://37.77.34.7:7365/" + getClass().getSimpleName() + "/" + testName;
}

protected Operation assertRestOperationResult (Object ignored) {
Expand Down