Spring Operator
965ca75f82
#51 - URL cleanups.
...
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/LICENSE-2.0 with 2 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://maven.apache.org/maven-v4_0_0.xsd with 3 occurrences migrated to:
https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd ) result 301).
* http://www.pivotal.io with 1 occurrences migrated to:
https://www.pivotal.io ([https](https://www.pivotal.io ) result 301).
* http://www.spring.io with 1 occurrences migrated to:
https://www.spring.io ([https](https://www.spring.io ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 6 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 3 occurrences
2019-03-18 19:43:03 +01:00
Oliver Gierke
263b6539e9
#31 - Move away from deprecated assertion methods in Spring 5.
...
We now consistently use Assert.notNull(…) et al that take an error message as the overload without a message have been deprecated in Spring 5.
Added build profile for Spring 5 releases and snapshots.
2017-01-31 11:39:24 +01:00
Spring Buildmaster
626c6b29cc
#13 - Prepare next development iteration.
2017-01-31 11:13:42 +01:00
Spring Buildmaster
ee53d9f3fa
#13 - Release version 1.2.0.RELEASE.
2015-03-05 02:12:33 -08:00
Oliver Gierke
4464d36398
#13 - Prepare 1.2.0.RELEASE.
...
Upgarded to Spring 4.0 generation. Upgraded test dependencies and Maven plugins. Polished Project metadata and repository URIs.
2015-03-05 11:04:20 +01:00
Spring Buildmaster
fb1b09ffb2
#6 - Prepare next development iteration.
2014-05-01 10:30:26 -07:00
Spring Buildmaster
7261a19fb0
#6 - Release version 1.1.0.RELEASE.
2014-05-01 10:30:21 -07:00
Oliver Gierke
3f9b6d17a5
#8 - Prepare 1.1.0.RELEASE.
...
Upgraded to Spring 3.2.8, Slf4j 1.7.6 and Logback 1.1.0.
2014-05-01 19:27:06 +02:00
Oliver Gierke
5c962ba287
#9 - Removed Spring Integration integration module.
2014-05-01 19:11:00 +02:00
Spring Buildmaster
4ce00cc87d
#5 - Prepare next development iteration.
2014-01-28 15:18:18 -08:00
Spring Buildmaster
4304d8b8b4
#5 - Release version 1.0.0.RELEASE.
2014-01-28 15:18:16 -08:00
Oliver Gierke
0150456210
#5 - Added SCM information.
...
Fixed indentation.
2014-01-29 00:15:06 +01:00
Oliver Gierke
b805257345
#5 - Upgraded to Spring 3.2.7.
2014-01-28 23:50:00 +01:00
Oliver Gierke
33a6ec2a2d
#5 - Polishing pom.xml in preparation of 1.0 release.
2014-01-21 12:44:03 +01:00
Spring Buildmaster
7f5f9b9641
#2 - Prepare next development iteration.
2012-11-22 01:36:56 -08:00
Spring Buildmaster
ee1b49cf8c
#2 - Release version 0.8.0.RELEASE.
2012-11-22 01:36:53 -08:00
Oliver Gierke
c46f965c38
#2 - Polished pom.xml before release.
...
Upgraded to Spring 3.1.3.RELEASE, Slf4j 1.7.2, Spring Integration 2.1.5.RELEASE. Added URL for build system.
2012-11-22 10:11:27 +01:00
Oliver Gierke
93cb86cd52
Fix dependency setup.
...
Unify test dependencies in parent pom.xml. Fixed logging dependencies to only depend on SLF4j API now (in version 1.7.1). Using Logback as test runtime loggin dependency. Fixed Hamcrest/JUnit setup.
2012-10-26 12:52:25 +02:00
Oliver Gierke
c0e01afed2
#1 - Restructuring of internals to fix ordering not being applied.
...
Introduced PluginRegistrySupport base class to make sure we create a copy of the plugin list on first access to it as otherwise the sorting calls get lost in the proxy created by the AbstractTypeAwareSupport.
Removed MutablePluginRegistry interfaces and implementation along the way as it causes more bad than good currently and there doesn't seem to be a real need for it.
2012-10-26 12:51:02 +02:00
Oliver Gierke
a4daad6d59
Polished pom.xml
...
Removed obsolete plugin and profiles setup. Updated Maven plugins to latest versions and dependencies were reasonable.
2012-10-25 12:26:53 +02:00
Oliver Gierke
6ab36253aa
Switch from Docbook to Markdown for documentation.
...
Added README.markdown with the current state of the reference docs in Markdown.
2012-02-22 16:05:51 +01:00
Oliver Gierke
d039caecaf
Fixed documentation build.
2012-02-22 11:39:09 +01:00
Oliver Gierke
b4a036b66a
Moved project to SpringSource.
2012-02-21 16:04:32 +01:00
Oliver Gierke
7693b8ed51
Major overhaul of entire project infrastructure.
...
Formatted source with Spring formatter. Fixed license headers and author tags.
2012-02-15 21:58:56 +01:00
Oliver Gierke
7a0b433e84
Preprare 0.8.0 development iteration.
2011-10-24 17:24:25 -05:00
Oliver Gierke
8ac7833e8a
Prepare 0.7.0 release.
2011-10-24 17:20:22 -05:00
Oliver Gierke
165b340bd0
#510 - Moved Spring Integration module into folder named si.
...
Polished test case for Spring Integration module.
2011-10-24 17:07:55 -05:00
Oliver Gierke
c7bfd2b214
#510 - Added Spring Integration dynamic service activator based on PluginRegistry.
...
See the ticket or test config file for usage.
2011-05-25 18:25:44 +02:00
Oliver Gierke
f0b5ff07a8
Updated pom.xml files.
...
* use Maven artifacts over the ones from the EBR
* moved common test dependencies to parent pom
* updated dependency versions where possible
2011-05-25 18:15:47 +02:00
Oliver Gierke
1686f584ec
* use Sonatype infrastructure for deployment
...
* references #320
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@11662 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2010-06-24 15:42:52 +00:00
Oliver Gierke
5bc37d6af5
* fix Bundlor setup * removed dependency to Commons Lang
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@11639 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2010-06-24 13:27:25 +00:00
Oliver Gierke
34c936b8d6
* replaced felix bundle plugin by SpringSource Bundlor
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@11637 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2010-06-24 13:27:24 +00:00
Oliver Gierke
081a539724
* use OSGi compatible version number * references #320
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@11636 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2010-06-24 13:27:23 +00:00
Oliver Gierke
f4db81a59a
* pom.xml formatting * references #320
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@11634 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2010-06-24 13:27:22 +00:00
Oliver Gierke
9001678fc9
* updated @pom.xml@ to prepare publishing to Maven central * corrected issue tracker * fixed plugin versions * added SpringSource repositories * updated developer information * references #320
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@11633 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2010-06-24 13:27:22 +00:00
Oliver Gierke
88d639d6cb
* [maven-release-plugin] -prepare for next development iteration
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@9567 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2010-02-25 15:33:30 +00:00
Oliver Gierke
81fbad9a74
* [maven-release-plugin] -prepare release org.synyx.hera-0.6
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@9565 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2010-02-25 15:33:26 +00:00
Oliver Gierke
7b7442f159
* [maven-release-plugin] -prepare for next development iteration
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@7006 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-09-23 14:50:53 +00:00
Oliver Gierke
ddece33a50
* [maven-release-plugin] -prepare release org.synyx.hera-0.5
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@7004 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-09-23 14:50:03 +00:00
Oliver Gierke
6c06772c0e
* [maven-release-plugin] -rollback the release of org.synyx.hera-0.5
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@7001 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-09-23 14:45:35 +00:00
Oliver Gierke
28f61e1943
* [maven-release-plugin] -prepare for next development iteration
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@7000 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-09-23 14:42:04 +00:00
Oliver Gierke
5c06d08e31
* [maven-release-plugin] -prepare release org.synyx.hera-0.5
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6998 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-09-23 14:41:43 +00:00
Oliver Gierke
704d11b070
* [maven-release-plugin] -rollback the release of org.synyx.hera-0.5
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6996 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-09-23 14:29:14 +00:00
Oliver Gierke
6403f8c9d8
* [maven-release-plugin] -prepare release org.synyx.hera-0.5
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6995 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-09-23 14:27:11 +00:00
Oliver Gierke
f65f608942
* [maven-release-plugin] -rollback the release of org.synyx.hera-0.5
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6994 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-09-23 14:25:47 +00:00
Oliver Gierke
4c15fef4bc
* [maven-release-plugin] -prepare release org.synyx.hera-0.5
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6993 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-09-23 14:23:30 +00:00
Oliver Gierke
2a82e4fe06
* updated site distribution
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6981 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-09-23 12:53:41 +00:00
Oliver Gierke
42f40e9d27
* updated pom to use Nexus repository to deploy project to
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6965 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-09-23 08:58:50 +00:00
Oliver Gierke
a0b7b1c2ca
* cleaned up folder structure
...
* OSGiyfied artifact names
* polished poms a little
* edited Eclipse project names to align artifact id
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6618 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-08-05 17:15:56 +00:00
Oliver Gierke
63b1724f06
* [maven-release-plugin] -prepare for next development iteration
...
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@5070 5a64d73e-33d6-4ccc-9058-23f8668ecac9
2009-03-24 09:14:58 +00:00