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
Apache Commons Chain
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Aug 06, 2024 — Aug 06, 2025
Showing page 11 of 24
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[CHAIN-59] move layout dir to standard maven
Simone Tripodi
More...
almost 14 years ago
use compiler properties instead of fixed values
Simone Tripodi
More...
almost 14 years ago
upgrated findbugs plugin
Simone Tripodi
More...
almost 14 years ago
assertion methods imported from org.junit.Assert instead of junit.framework.Assert
Simone Tripodi
More...
almost 14 years ago
simplified parametrized tests executions via JUnit's Parameterized feature
Simone Tripodi
More...
almost 14 years ago
Remove Java 1.5 profile. It was originally a profile to support Java 1.3, but 1.3 was accidentally changed to 1.5 in r1162332, as part of the move to Java 1.5 (global edit error). There's no need to revert profile to 1.3 as we don't support that Java version any more, so just rm.
Sebastian Bazley
More...
almost 14 years ago
[CHAIN-54] upgrate JUnit dependency to latest released version and adapt tests
Simone Tripodi
More...
almost 14 years ago
ConcurrentHashMap#put(K, V) method doesn't allow neither the key nor the value be null, managed null values for retro-compatibility (old users would be maybe used to set null values)
Simone Tripodi
More...
almost 14 years ago
CHAIN-57 Chain 2.0 does not build on older JDKs Alternate solution, not requiring unchecked cast: Give the Java 1.5 compiler a bit of help resolving the generic
Sebastian Bazley
More...
almost 14 years ago
[CHAIN-53] warkaround for old version of javac that raise "type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,java.lang.Object" error
Simone Tripodi
More...
almost 14 years ago
moving the 2.0-work branch in trunk as voted on http://markmail.org/message/rw6ymp65bmr75fur
Simone Tripodi
More...
almost 14 years ago
fixed wrong version number, 3.0 not planned yet
Simone Tripodi
More...
almost 14 years ago
added missing @since tag in isFrozen() method javadoc
Simone Tripodi
More...
almost 14 years ago
added missing @since tag in getCommands() method javadoc
Simone Tripodi
More...
almost 14 years ago
added CHAIN-56 in the changelist
Simone Tripodi
More...
almost 14 years ago
[CHAIN-56] clever Context with generic type auto-cast feature
Simone Tripodi
More...
almost 14 years ago
added missing serialVersionUID
Simone Tripodi
More...
almost 14 years ago
infered MapEntry generic types
Simone Tripodi
More...
almost 14 years ago
muted HttpSession.getAttrbibuteNames() warnings, it is known that Session attribute names are String
Simone Tripodi
More...
almost 14 years ago
muted HttpServletReuqets.getAttrbibuteNames() warnings, it is known that Servlet request attribute names are String
Simone Tripodi
More...
almost 14 years ago
used the getCatalogKey() variant, as suggested in the javadoc
Simone Tripodi
More...
almost 14 years ago
extending LookupCommand, ServletPathMapper can be assigned to Command
Simone Tripodi
More...
almost 14 years ago
Command requires the <C extends Context> generic type
Simone Tripodi
More...
almost 14 years ago
muted HttpServletReuqets.getInitParameterNames() warnings, it is known that Servlet request parameter names are String
Simone Tripodi
More...
almost 14 years ago
muted HttpServletReuqets.getInitParameterNames() warnings, it is known that Servlet request parameter names are String
Simone Tripodi
More...
almost 14 years ago
muted ServletContext.getInitParamNames() warnings, it is known that init param names are String
Simone Tripodi
More...
almost 14 years ago
muted ServletContext.getHeaderNames() warnings, it is known that header names are String
Simone Tripodi
More...
almost 14 years ago
muted ServletContext.getHeaderNames() warnings, it is known that attribute names are String
Simone Tripodi
More...
almost 14 years ago
muted ServletContext.getAttributeNames() warnings, it is known that attribute names are String
Simone Tripodi
More...
almost 14 years ago
used the getParameter() variant, as suggested in the javadoc
Simone Tripodi
More...
almost 14 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
23
24
→
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