Commit Graph

17 Commits

Author SHA1 Message Date
Corneil du Plessis
2db8178502 Update repo.spring.io references (#188) 2023-02-08 14:37:44 +02:00
Chris Bono
301ba872bb Bump libs up to latest
* Spring Boot 2.6.3
* Spring Cloud 2021.0.0
* SCS/F 3.2.1
* etc..

Partially resolves #156
2022-01-24 10:20:21 -06:00
Chris Bono
a70383677b Fix build warnings
* Set <relativePath/> on <parent> element to prevent warnings about pointing to the wrong parent.
* Fix package name - avoid warning about invalid javadoc.

Partially resolves #156
2022-01-24 09:34:13 -06:00
Chris Bono
96c487a820 Consolidate version numbers to 2.0.0(-SNAPSHOT)
Partially resolves #156
2022-01-24 09:18:13 -06:00
Ilayaperumal Gopinathan
2e6748821d Remove invalid config 2020-07-21 14:34:02 +05:30
Ilayaperumal Gopinathan
89e4151855 Fix profile configuration 2020-07-21 14:31:27 +05:30
Ilayaperumal Gopinathan
b1904d4c67 Add profile for repository config 2020-07-21 14:29:20 +05:30
Ilayaperumal Gopinathan
0b3baec05b Add repository config to Kafka/function samples 2020-07-21 14:23:51 +05:30
Spring Operator
2d40a251fe URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 4 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 27 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-08-07 12:09:13 +05:30
Spring Operator
c3829ad82b URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://xslthl.sf.net (301) with 1 occurrences could not be migrated:
   ([https](https://xslthl.sf.net) result AnnotatedConnectException).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://www.puppycrawl.com/dtds/configuration_1_2.dtd (404) with 1 occurrences migrated to:
  https://www.puppycrawl.com/dtds/configuration_1_2.dtd ([https](https://www.puppycrawl.com/dtds/configuration_1_2.dtd) result 404).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://asciidoctor.org with 1 occurrences migrated to:
  https://asciidoctor.org ([https](https://asciidoctor.org) result 200).
* http://maven.apache.org/xsd/assembly-1.1.2.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 11 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://sourceforge.net/projects/xslthl/ with 14 occurrences migrated to:
  https://sourceforge.net/projects/xslthl/ ([https](https://sourceforge.net/projects/xslthl/) result 200).
* http://www.w3.org/TR/CSS21/propidx.html with 1 occurrences migrated to:
  https://www.w3.org/TR/CSS21/propidx.html ([https](https://www.w3.org/TR/CSS21/propidx.html) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 22 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 12 occurrences
2019-08-07 11:19:05 +05:30
Ilayaperumal Gopinathan
3f59cea677 Fix http-ingest mappedRequestHeader prefix and binding props 2019-03-26 11:44:40 +05:30
Ilayaperumal Gopinathan
a93c711cd4 Fix incorrect property key in http-ingest 2019-03-26 00:33:32 +05:30
Ilayaperumal Gopinathan
a2440faf3a Fix http-ingest to have default values
- update common header values
2019-03-26 00:01:34 +05:30
Ilayaperumal Gopinathan
923b057c18 Fix package and bean names 2019-03-25 23:20:46 +05:30
Ilayaperumal Gopinathan
749572a622 Refactoring Kafka streams samples 2019-03-25 22:29:19 +05:30
Ilayaperumal Gopinathan
b90d234734 Update commit interval to 1s for Kafka Streams word-count sample 2019-03-19 13:53:45 +05:30
Ilayaperumal Gopinathan
4cc758982b Add Kafka Streams samples
- Add `http-ingest` source application that adds function composition example
 - Move the KStream samples from SCSt samples and modify them for SCDF stream

Address review comments

 - Add depenency management BOM
 - Add README
2019-03-18 16:01:02 -04:00