Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FELIX-6101:use System.currentTimeMillis() #198

Open
wants to merge 10,000 commits into
base: trunk
Choose a base branch
from

Conversation

bd2019us
Copy link

Hello,
new Date() is just a thin wrapper around System.currentTimeMillis(). Using System.currentTimeMillis() can help speed up the system.

jbonofre and others added 30 commits December 7, 2018 16:43
…ement to deal with fragment. This closes apache#164

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1848700 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1848703 13f79535-47bb-0310-9956-ffa450edef68
Signed-off-by: Raymond Auge <[email protected]>

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849342 13f79535-47bb-0310-9956-ffa450edef68
Signed-off-by: Raymond Auge <[email protected]>

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849344 13f79535-47bb-0310-9956-ffa450edef68
…ion works for both jline and shell

Signed-off-by: Raymond Auge <[email protected]>

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849345 13f79535-47bb-0310-9956-ffa450edef68
… proxies

Minor fix to the implementation


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849415 13f79535-47bb-0310-9956-ffa450edef68
… proxies

Provide more useful type info to the errorHandler when using the errorHandler with a proxy. The type passed in is the expected return type of the method invocation.
Unit test provided by Cristiano Gavião with many thanks!


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849480 13f79535-47bb-0310-9956-ffa450edef68
Signed-off-by: Raymond Auge <[email protected]>

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849491 13f79535-47bb-0310-9956-ffa450edef68
…s, propertytype, etc.

Signed-off-by: Raymond Auge <[email protected]>

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849492 13f79535-47bb-0310-9956-ffa450edef68
Signed-off-by: Raymond Auge <[email protected]>

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849493 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849496 13f79535-47bb-0310-9956-ffa450edef68
Signed-off-by: Raymond Auge <[email protected]>

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849500 13f79535-47bb-0310-9956-ffa450edef68
Signed-off-by: Raymond Auge <[email protected]>

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849501 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1849835 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1850151 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1850244 13f79535-47bb-0310-9956-ffa450edef68
Signed-off-by: Raymond Auge <[email protected]>

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1850258 13f79535-47bb-0310-9956-ffa450edef68
ghenzler and others added 28 commits March 27, 2019 21:45
…i.implementation`

Signed-off-by: Raymond Auge <[email protected]>

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1856539 13f79535-47bb-0310-9956-ffa450edef68
…LE over a long time automatically into state CRITICAL

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1856717 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1856874 13f79535-47bb-0310-9956-ffa450edef68
…ded by Amit Mondal. Thanks! (This closes apache#192)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1857008 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1857133 13f79535-47bb-0310-9956-ffa450edef68
…s an object of the correct type

Patch applied on behalf of Tim Ward with many thanks.
This closes apache#197


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1857407 13f79535-47bb-0310-9956-ffa450edef68
@jbonofre
Copy link
Member

R: @jbonofre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet