openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
play-plugins
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 4 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Upgraded mailer to 2.3.0
James Roper
More...
over 10 years ago
Cross building
James Roper
More...
over 10 years ago
Merge pull request #116 from dylex/master
James Roper
More...
over 10 years ago
Update util and mailer to play 2.3, scala 2.11
Dylan Simon
More...
over 10 years ago
Update README.md
James Roper
More...
over 10 years ago
Bumped version of redis plugin
James Roper
More...
almost 11 years ago
Small refactor
James Roper
More...
almost 11 years ago
Merge pull request #108 from mbseid/master
James Roper
More...
almost 11 years ago
Add "debug mode" parameter to CommonsMailer.
kubudi
More...
almost 11 years ago
Added a configuration option to connect to a database other than 0. Used the configuration key: redis.database ... Defaults to 0.
Michael Seid
More...
almost 11 years ago
Update mailer sample to add attachment
Guillaume Grossetie
More...
almost 11 years ago
Upgrade mailer to 2.3.1
Guillaume Grossetie
More...
almost 11 years ago
Adds email attachment
Guillaume Grossetie
More...
almost 11 years ago
Merge pull request #91 from ggrossman/master
James Roper
More...
about 11 years ago
Add logging subject for MockMailer
yoshizawa
More...
about 11 years ago
Merge pull request #95 from jmparsons/master
James Roper
More...
about 11 years ago
Updated dust readme with link to newer version.
Jonathan Parsons
More...
about 11 years ago
Get rid of the defaultPrefix parameter; instead, just check for RedisResult when serializing.
Gary Grossman
More...
over 11 years ago
Remove support for deprecated PlainResult and AsyncResult; only wrap/unwrap SimpleResult. Map futures asynchronously instead of using await.
Gary Grossman
More...
over 11 years ago
Merge pull request #59 from Mortimerp9/master
James Roper
More...
over 11 years ago
In Play 2.2, the Cached decorator causes Cache.set to be passed an instance of play.api.libs.Iteratee[Array[Byte],SimpleResult] instead of an instance of play.api.mvc.Result. To serialize the cached response into Redis, have to unwrap the iteratee by running it to get its SimpleResult.
Gary Grossman
More...
over 11 years ago
Merge pull request #90 from ggrossman/master
James Roper
More...
over 11 years ago
Add SerialVersionUID to RedisResult to get consistent serialization
Gary Grossman
More...
over 11 years ago
Update for Play 2.2.0
Gary Grossman
More...
over 11 years ago
Remove dependency on Apache Commons IO.
Gary Grossman
More...
over 11 years ago
Add support to the RedisPlugin for caching Play! Results. The Result class can not be passed to the Java serializer. So, convert it to a case class that is serializable and serialize that into Redis, and convert back to a SimpleResult when retrieving from the cache.
Gary Grossman
More...
over 11 years ago
ObjectInputStream.readObject calls Class.forName, which is incompatible with the dynamic classloader used by Play! in development mode. Use ClassLoaderObjectInputStream from Apache Commons IO to pass the Play! classloader to avoid an exception during deserialization.
Gary Grossman
More...
over 11 years ago
The use of "value.getClass.isInstanceOf[]" to determine the class of the object to be serialized is incorrect. It should just be "value.isInstanceOf[]"
Gary Grossman
More...
over 11 years ago
Upgraded redis plugin to 2.2.0
James Roper
More...
over 11 years ago
Upgraded mailer to Play 2.2.0
James Roper
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree