github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

astubbs / spring-modules

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 22
    • 13
  • Source
  • Commits
  • Network (13)
  • Issues (8)
  • Downloads (8)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (6)
    • gh-pages
    • integration
    • master ✓
    • mergeAttempt
    • pablotdlFix
    • tompson-author-fix2
  • Tags (8)
    • release-0_9
    • release-0_8
    • release-0_7
    • release-0_6
    • release-0_5
    • release-0_4
    • release-0_2
    • release-0_1
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Fork of the abandoned SpringModules (unofficial extensions for Spring) project. https://springmodules.dev.java.net/ — Read more

  cancel

http://wiki.github.com/astubbs/spring-modules

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

First cut of readme file - ripped from Wiki. 
astubbs (author)
Wed Feb 03 13:25:21 -0800 2010
commit  be954f88530421c6cbf3cd994e057508743f884f
tree    37be01c3d9cb238ec4928c5ce2383394188a485c
parent  2fa3344209a0968b44c93e429fee9e184a66c6d2
spring-modules /
name age
history
message
file .cvsignore Mon Apr 11 06:38:57 -0700 2005 Initial import or lucene components Issue numbe... [brianm]
file .gitignore Fri Jan 15 17:23:40 -0800 2010 ignores [David J. M. Karlsen]
file README.mdown Wed Feb 03 13:32:24 -0800 2010 First cut of readme file - ripped from Wiki. t... [astubbs]
file README_BUILD.txt Thu Jul 09 03:16:05 -0700 2009 Updated build readme... ahh, the beauty of it :) [astubbs]
file changelog.txt Wed Jul 22 10:39:18 -0700 2009 Upgraded ehcache to version 1.6.0 [krumpi]
directory docs/ Thu Mar 06 08:16:30 -0800 2008 Spring Modules 0.9 release. [coliny]
directory etc/ Fri Nov 11 07:48:52 -0800 2005 + improved sessionHolderProvider discovery mech... [costin]
directory m2/ Sat Jul 15 10:24:45 -0700 2006 Adding XSLT file for transforming IVY files to ... [sbtourist]
file pom.xml Wed Jan 27 18:13:00 -0800 2010 organize spring deps and add spring-tx [David J. M. Karlsen]
directory projects/ Wed Jan 27 16:04:17 -0800 2010 keep the pom info in one place [David J. M. Karlsen]
directory samples/ Mon Jan 04 10:25:30 -0800 2010 nuke static config files to be generated by mvn... [David J. M. Karlsen]
directory sandbox/ Thu Jun 28 18:01:16 -0700 2007 - fixed JavaMailEmailDispatcher to handle text ... [hueboness]
directory src/ Wed Mar 08 03:55:33 -0800 2006 - removed commons and aop package (moved to pro... [costin]
directory www/ Thu Mar 06 09:10:26 -0800 2008 Issue number: Obtained from: Submitted by: Revi... [coliny]
README.mdown

Welcome to SpringModules Fork!

This is a resurrection of the extremely valuable and abandoned Spring-Modules project.

The plan is to fully embrace Maven as the build tool and eventually throw out all the old build code.

At this point, all the old jar libraries and generated documentation have been pruned from the repository history. This pruning has reduced the size of the repository from 95m to 7m. Nice.

The idea will be to slowly add one by one, as the are compile ready, to the parent module section, so they can be included.

Remember, you can add issues to git-hub, and you can link them to the Jira issues. Ideally we need admin access to the SpringModules Jira, but that's a long shot. So, if there's a patch in Jira you want us to apply, create a git-hub issue for it.

Msg/email me on antony.stubbs@gmail.com to discuss!

Mailing List

Here are the essentials:

  • Group name: spring-modules-fork
  • Group home page: http://groups.google.com/group/spring-modules-fork
  • Group email address spring-modules-fork@googlegroups.com

Questions

  • Shall we change the name, or at least the Maven groupId?

Release

Finally! After over a year of waiting, we are starting to release SNAPSHOT versions of 0.10. ATM, only the cache module has a 0.10-SNAPSHOT version. However, as we receive patches for other modules, those will get releases too.

Repository

The releases are being hosted on my own server - so please, be nice and use a proxy like Nexus!

Add this to your pom.xml:

<repositories>
    <repository>
        <id>sharca.com.repo</id>
        <name>SharcaConsulting Repository</name>
        <url>http://www.sharca.com/repository</url>
    </repository>
</repositories>

And use this as a dependency:

<dependency>
    <groupId>org.springmodules</groupId>
    <artifactId>spring-modules-cache</artifactId>
    <version>0.10-SNAPSHOT</version>
</dependency>

Goals

  • Any module in this release will be built completely in with Maven
  • Apply the most annoying patches from Jira

So Far

  • anounced: http://stubbisms.wordpress.com/2009/07/08/spring-modules-fork/
  • uploaded
  • cache module migrated to Maven
  • all pom's applied from the patch under MOD-463 with some fixes
  • jar's and generated documentation removed
  • upgraded to Spring 2.5

Submitting Patches

You have several options.

The best option is to use git like it's intended, and commit to your local repo, push up to yoru github account and send a pull request, or talk about your feature branch on the mailing list.

Otherwise, you can still generate patches using:

  • git format-patch origin

And again, email the files to the mailing list or an issue on git-hub.

But, if you don't want to get too involved with git pushing etc, then:

install git (If you're on windows, I suggest using git through cygwin. Mac I suggest installing git with MacPorts)
run git clone git://github.com/astubbs/spring-modules.git

Make your changes - i.e. edit the code, apply a patch off of jira site etc...

git diff > my.patch
email the patch to the mailing list, or attach to an issue on git-hub
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server