Spring Operator
|
0f91624d1c
|
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/maven-v4_0_0.xsd with 7 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://repo.spring.io/snapshot with 1 occurrences migrated to:
https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 14 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 7 occurrences
|
2019-03-18 09:06:46 -04:00 |
|
Rossen Stoyanchev
|
07b7fef830
|
Refactor poms
|
2018-02-06 22:23:25 -05:00 |
|
Rossen Stoyanchev
|
e68b92bc8a
|
Update dependencies
|
2018-02-06 21:32:21 -05:00 |
|
Rossen Stoyanchev
|
f2312608cb
|
Fix SWF version
|
2016-08-09 11:14:11 -04:00 |
|
Rossen Stoyanchev
|
fbd6095acc
|
Upgrade to SWF 2.4.3 (in Maven central later today)
|
2016-07-12 14:27:20 -04:00 |
|
Rossen Stoyanchev
|
af75a7967d
|
Upgrade to 2.4.2.RELEASE
|
2015-09-01 14:17:05 -04:00 |
|
Rossen Stoyanchev
|
e79d45485b
|
Upgrade to Spring Security 4 via SWF 2.4.2 snapshots
|
2015-06-04 16:38:57 -04:00 |
|
Rossen Stoyanchev
|
74da2caa2d
|
Add failOnMissingWebXml=false to pom.xml
|
2014-05-29 21:31:55 -04:00 |
|
Rossen Stoyanchev
|
bb265fbe5a
|
Upgrade to Web Flow 2.4.0
|
2014-05-29 21:31:55 -04:00 |
|
Rossen Stoyanchev
|
97f9a3f6ea
|
Upgrade to Spring Web Flow 2.4 RC1
|
2014-04-02 13:23:09 -04:00 |
|
Rossen Stoyanchev
|
addc213422
|
Update Thymeleaf version and enable CSRF protection
|
2014-02-26 17:32:19 -05:00 |
|
Rossen Stoyanchev
|
e0ed2a6dc6
|
Replace web.xml with Java configuration in booking-mvc
|
2014-02-25 21:29:44 -05:00 |
|
Rossen Stoyanchev
|
fa3866854f
|
Update booking-mvc to use Spring Java config
|
2014-02-25 21:13:55 -05:00 |
|
Rossen Stoyanchev
|
b948d1075f
|
Use Spring Framework maven bom
|
2014-02-19 15:49:45 -05:00 |
|
Rossen Stoyanchev
|
1ccc67b79e
|
Upgrade Spring Web Flow to version 2.3.3
|
2014-01-26 10:11:24 -05:00 |
|
Oliver Gierke
|
0495da665c
|
Polished dependency declaration.
Explicitly declare spring-sop to avoid unnecessary exclusions. Excluded Commons Logging explicitly to make sure the Slf4j bridge kicks in.
|
2013-04-07 14:01:46 +02:00 |
|
Oliver Gierke
|
5782d44467
|
Added current Jetty plugin to enable mvn jetty:run.
|
2013-04-07 13:52:10 +02:00 |
|
Oliver Gierke
|
d76d897fb6
|
Upgraded dependency versions.
- Spring 3.2.1 -> 3.2.2
- Slf4j 1.6.1 -> 1.7.5
- Log4j 1.2.15 -> 1.2.16 (allows getting rid of exclusions)
- HSQLDB 1.8.0.10 -> 2.2.9
- Hibernate 3.5.0 -> 4.2.0
- JodaTime 1.6 -> 2.2
- JodaTime JPS Tags 1.0.2 -> 1.1.1
- Easymock 2.5.2 -> 3.1
- JUnit 3.8.2 -> 4.11
|
2013-04-07 13:47:10 +02:00 |
|
Oliver Gierke
|
43564883c8
|
Updated plugin dependencies in booking-mvc example.
- Compiler plugin 2.3.2 -> 3.0
- Tomcat plugin 2.0-SNAPSHOT -> 2.1
- Surefire plugin 2.12 -> 2.14
|
2013-04-07 13:40:56 +02:00 |
|
Rossen Stoyanchev
|
2adb680e6a
|
Upgrade to SWF 2.4 M1 and fix git rebase issues
|
2013-02-01 16:51:58 -05:00 |
|
Daniel Fernández
|
35fcc082a9
|
Modified thymeleaf-extras-* dependencies to version 2.0.0
|
2013-02-01 04:01:19 -05:00 |
|
Daniel Fernández
|
d00d53793e
|
Added dependency to thymeleaf-extras-conditionalcomments
|
2013-02-01 03:56:43 -05:00 |
|
Daniel Fernández
|
c836b8f792
|
Refactored Tiles version in pom.xml
|
2013-02-01 03:46:07 -05:00 |
|
Daniel Fernández
|
be645eb31f
|
Refactored dependencies.
* Reformatted code. Removed unnecessary exclude clauses.
* Upgraded Apache Tiles dependency to version 2.2.2
|
2013-02-01 03:44:07 -05:00 |
|
Daniel Fernández
|
87308d6565
|
Updated dependency versions:
* Spring Framework to 3.1.2
* Spring Security to 3.1.2
Added dependencies:
* Thymeleaf 2.0.14-SNAPSHOT
* Thymeleaf-extras-Tiles2 1.0.0-beta3-SNAPSHOT
* Thymeleaf-extras-SpringSecurity3 1.0.0-beta2-SNAPSHOT
|
2013-02-01 03:39:27 -05:00 |
|
Rossen Stoyanchev
|
f45bc3ac1d
|
Upgrade to Spring Framework 3.2.1
|
2013-02-01 03:25:01 -05:00 |
|
Phillip Webb
|
0f0d811231
|
Update Web Flow version to 2.4.0.BUILD-SNAPSHOT
Also the booking-portlet-faces sample is upgraded to JSF 2.0
|
2013-02-01 03:13:59 -05:00 |
|
Rossen Stoyanchev
|
a61469d86b
|
Upgrade Spring Framework and Spring Security
Spring Framework -> 3.2.0
Spring Security -> 3.1.3
|
2012-12-21 16:24:03 -05:00 |
|
Phillip Webb
|
b995626545
|
Fix broken maven files
- Change surefire plugin from 2.1.12 to 2.12
- Update parent pom to remove reference to removed jsf sample
|
2012-05-30 15:04:25 -07:00 |
|
Rossen Stoyanchev
|
65fe46e524
|
Add samples from Web Flow distribution
|
2012-05-25 16:44:45 -04:00 |
|