Commit Graph

15 Commits

Author SHA1 Message Date
Spring Operator
6728f46574 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://maven.apache.org/xsd/maven-4.0.0.xsd with 2 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).

# Ignored
These URLs were intentionally ignored.

* http://jakarta.apache.org/log4j/ with 1 occurrences
* http://maven.apache.org/POM/4.0.0 with 4 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 2 occurrences
2019-03-25 14:42:23 +01:00
Spring Operator
7ccced33c4 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 fixed successfully.

* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-06 20:53:21 +01:00
Marten Deinum
b945428eaf Javadoc
Fixed javadoc errors and warnings
2015-03-13 09:49:00 -05:00
Marten Deinum
30ff7bb1cd Cleanup of close methods.
Removed the doCloseWorkbook method in favor of the normal doClose method.

The PoiItemReader now closes the InputStream and Workbook (for Apache POI >= 3.11)
2015-03-13 09:48:59 -05:00
Marten Deinum
1b2e749bcd Update test libraries and fix scope
JUnit 4.12
Mockito 1.10.19
Fixed scope of Spring-test dependency
2015-03-13 09:48:59 -05:00
Marten Deinum
60635e4511 Update to Spring Batch 3.0.3 2015-03-13 09:48:59 -05:00
Luke Palnau
c7974a68c1 fix typo in groupId
missing the k
2015-03-13 09:48:59 -05:00
Marten Deinum
3cfa84fc58 Upgrade to Spring Batch 3.0.2. 2015-03-13 09:48:57 -05:00
Marten Deinum
6b09528aa6 Update apache poi to 3.10.1 2015-03-13 09:48:56 -05:00
Marten Deinum
9f26c52f7a Test result read.
Fixed bug in PoiItemReader/PoiSheet which lead to ignoring empty columns.
2015-03-13 09:48:56 -05:00
Marten Deinum
956af71f2e Updated copyright notices
Aligned versions in java and pom
2015-03-13 09:48:55 -05:00
Marten Deinum
a7708c47cf Updated to Spring Batch 3.0.1 2015-03-13 09:48:54 -05:00
Marten Deinum
0027f9b2e1 Changed pom version and @since tags with classes to match the pom version. 2015-03-13 09:48:52 -05:00
Marten Deinum
6dba40c91b Removed <scope>compile</scope> from JExcel dependency 2015-03-13 09:48:52 -05:00
Marten Deinum
bec581912f Update to POI 3.10-FINAL. 2015-03-13 09:48:52 -05:00