summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Clayton <alex.clayton@isode.com>2016-02-26 11:19:56 (GMT)
committerAlex Clayton <alex.clayton@isode.com>2016-03-07 10:58:38 (GMT)
commit8fe752626726ca8d058ce437127a37d5d738a5eb (patch)
treee5e6ed4552cdac9c25101bd4f42f6b1a65a31cfb /PortingProgress.txt
parent16fb1d46d48b46627272275ec46b19f68375e778 (diff)
downloadstroke-8fe752626726ca8d058ce437127a37d5d738a5eb.zip
stroke-8fe752626726ca8d058ce437127a37d5d738a5eb.tar.bz2
Add missing TLS and Base classes
Add missing methods and classes in the TLS and Base packages where possible. In the case of TLSContextFactory the methods could not be implemented in java so added a not saying they are not supported in java. Test-information: Unit tests still build and run ok. Change-Id: I9be2035f092875fcdc02644a3c0082739f26949a
Diffstat (limited to 'PortingProgress.txt')
-rw-r--r--PortingProgress.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/PortingProgress.txt b/PortingProgress.txt
index fff5a43..0dcb71d 100644
--- a/PortingProgress.txt
+++ b/PortingProgress.txt
@@ -22,8 +22,9 @@ All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39 except for:
Log, Override, Path, Paths, PathTest, Platform,
Regex, sleep, StartStopper, String, StringTest, WindowsRegistry -- Doesn't Need Porting.
-SafeAllocator -- Not Yet Ported!
-DateTimeTest -- Not Yet Ported!
+SafeAllocator -- Not Ported! Class for memory allocation which is not needed in java.
+DateTimeTest -- Did not port testDateTimeToLocalStringNotThrowingException, as we are not implementing
+DateTime.dateToLocalString in java.
Individual Comments:
StartStopper -- StartStoppable interface added.
@@ -219,8 +220,8 @@ TLS:
All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39 except for:
-PlatformTLSFactories -- Still needs implementing a CertificateFactory.
-TLSContextFactory -- Two methods unimplemented and will also affect JSSEContextFactory.
+TLSContextFactory -- Two methods unimplemented and will also affect JSSEContextFactory. These methods are not
+supported in java.
-----
VCards: