Commit Graph

  • 6014b5ffcb Merge pull request #613 from ekrich/topic/doc Havoc Pennington 2019-02-14 18:21:25 -0500
  • d6023a111d
    Merge pull request #613 from ekrich/topic/doc Havoc Pennington 2019-02-14 18:21:25 -0500
  • d56d590666 Update Shocon entry Eric Richardson 2019-02-14 15:48:15 -0500
  • dfb2454bb8 Update Shocon entry Eric Richardson 2019-02-14 15:48:15 -0500
  • 7f8e587f72 Add new Scala port to README.md Eric Richardson 2019-02-14 12:15:09 -0500
  • d10b76f16e Add new Scala port to README.md Eric Richardson 2019-02-14 12:15:09 -0500
  • a7b7034bf1 Merge pull request #612 from dwijnand/drop-note-on-akka-and-play-2.0 Havoc Pennington 2019-01-28 10:51:29 -0500
  • c17d58e09a
    Merge pull request #612 from dwijnand/drop-note-on-akka-and-play-2.0 Havoc Pennington 2019-01-28 10:51:29 -0500
  • 7e268070cd Drop note on Akka 2.0/Play 2.0 Dale Wijnand 2019-01-28 15:44:58 +0000
  • b782a2d701
    Drop note on Akka 2.0/Play 2.0 Dale Wijnand 2019-01-28 15:44:58 +0000
  • 34a1cee71b Merge pull request #611 from 2m/wip-adoptjdk-2m Martynas Mickevičius 2019-01-24 16:22:40 +0100
  • f540252987
    Merge pull request #611 from 2m/wip-adoptjdk-2m Martynas Mickevičius 2019-01-24 16:22:40 +0100
  • d468cd5ea4 Use AdoptOpenJDK Martynas Mickevičius 2019-01-24 09:54:41 +0100
  • f895b83bd5
    Use AdoptOpenJDK Martynas Mickevičius 2019-01-24 09:54:41 +0100
  • 81bb203558 Merge pull request #568 from michalmela/master Havoc Pennington 2019-01-09 17:57:58 -0500
  • aa0c42b873
    Merge pull request #568 from michalmela/master Havoc Pennington 2019-01-09 17:57:58 -0500
  • 86d9ea0d5b Fixed support for keys that are all digits but longer than an int. Michał Mela 2018-07-10 20:58:41 +0200
  • fee9a3e80e Fixed support for keys that are all digits but longer than an int. Michał Mela 2018-07-10 20:58:41 +0200
  • 4f495cf423 Merge pull request #607 from michalmela/scala-2-12-8 Havoc Pennington 2019-01-07 17:12:27 -0500
  • 91e8362a81
    Merge pull request #607 from michalmela/scala-2-12-8 Havoc Pennington 2019-01-07 17:12:27 -0500
  • 855716ae7e Project Scala version updated to 1.12.8; all the IDE & compiler warnings fixed Michał Mela 2019-01-05 09:02:59 +0100
  • 8ffe542870 Project Scala version updated to 1.12.8; all the IDE & compiler warnings fixed Michał Mela 2019-01-05 09:02:59 +0100
  • 00257e3bf5
    Merge pull request #1 from kringol/master Dr. David H. Akehurst 2018-12-20 16:17:49 +0100
  • 19cdbe67c7 Introduce a bean factory options parameter and a setting for allowing missing props Rodriguez, Ignacio | Nacho | ISDOD 2018-12-20 14:33:56 +0900
  • 805de43cfe Fix for Java example applications Eric Richardson 2018-12-05 08:39:24 -0500
  • 1a07330ba4 added option to switch off validation for ConfigBeanFactory use David Akehurst 2018-12-03 13:12:29 +0100
  • ca2f070e9a Merge pull request #601 from hepin1989/sbt Havoc Pennington 2018-12-03 03:09:00 -0500
  • e1c2640242
    Merge pull request #601 from hepin1989/sbt Havoc Pennington 2018-12-03 03:09:00 -0500
  • f82a1ed44c Update sbt to 1.2.7. hepin1989 2018-12-03 15:19:09 +0800
  • b0941180e6 Update sbt to 1.2.7. hepin1989 2018-12-03 15:19:09 +0800
  • f53d7930dd Prepare for cross building to 2.11 and 2.12 * remove any deprecations and warnings * upgrade lift-json to the last version for 2.10 and support the latest version for 2.11 and 2.12 * now will compile with listed versions in build file Eric Richardson 2018-12-02 11:56:27 -0500
  • dc73c66dd4 Reinstate some access modifiers that were needed commented out so Java would have permission to call Eric Richardson 2018-11-30 12:29:17 -0500
  • 1bb38618a7 Minor cleanup and remove unused semicolons Eric Richardson 2018-11-30 11:45:41 -0500
  • b59b69a926 Remove parenthesis for parameterless methods and change tests - this is a source breaking change for Scala but makes the API more Scala like - byte code will still have parens so Java code should be fine - some could be rolled back if they truely are "side-effecting" methods Eric Richardson 2018-11-30 10:17:22 -0500
  • ceffc355b6 Converted last class SimpleConfigList Eric Richardson 2018-11-29 17:49:03 -0500
  • 834e3cbb91 Convert DefaultTransformer - change to one return value with the default and case statements changing that value Eric Richardson 2018-11-28 18:50:38 -0500
  • 894e4a669f Convert ConfigImpl and change ConfigValue factory to take AnyRef Could not find side effect that invalidated the cache so added a method to do it explicitly Changes to tests due to the correct change from Any to AnyRef (Object) Eric Richardson 2018-11-28 18:20:26 -0500
  • 341030d390 Converted SimpleConfigOrigin Note: EnumMap -> TreeMap as order in the Map mattered to serialization so it would match the saved serailzation. Deserialization worked fine even with the order not exact. Eric Richardson 2018-11-28 09:43:13 -0500
  • 87dd9358ff Convert SerializedConfigValue and change SimpleConfigOrigin to use Eric Richardson 2018-11-27 14:51:50 -0500
  • 7e1231e700 Convert SimpleConfig, make enums final, and change a few access modifiers Eric Richardson 2018-11-24 15:19:23 -0500
  • 022c2ff1a9 Convert ConfigDocumentParser and access modifier change Eric Richardson 2018-11-24 09:54:49 -0500
  • 7203b8c89f Convert ConfigParser, change access modifiers to a few methods Eric Richardson 2018-11-23 11:06:14 -0500
  • 270a4cd9dc Convert ResolveSource Eric Richardson 2018-11-22 15:43:01 -0500
  • df839cf0d3 Convert SimpleConfigObject, move trait and class into object in AbstractConfigValue, and change site calls Eric Richardson 2018-11-22 15:15:25 -0500
  • a103743caf Convert PathParser and call sites Eric Richardson 2018-11-21 17:34:22 -0500
  • d6ff081811 Convert ResolveContext and edit use sites Eric Richardson 2018-11-21 14:17:47 -0500
  • d88d38a696 Convert SimpleConfigDocument and a couple of call sites on ConfigNodeRoot Eric Richardson 2018-11-21 13:28:50 -0500
  • 4da4f5dee4 Convert Tokenizer, small changes to Tokens Eric Richardson 2018-11-20 15:47:35 -0500
  • b07749dbe8 Convert ConfigImplUtil and one call point in ConfigUtil Eric Richardson 2018-11-20 12:27:36 -0500
  • 4b4e4f189b Converted PropertiesParser Eric Richardson 2018-11-20 09:32:13 -0500
  • b1981a9bb4 Convert ConfigReference and one test call site Eric Richardson 2018-11-19 18:48:52 -0500
  • dd4a853a62 Remove semi colon in Scala Eric Richardson 2018-11-19 18:33:54 -0500
  • aecac5ed8b Fix some types that may have been impeding progress Eric Richardson 2018-11-19 15:52:30 -0500
  • e00999d122 Convert ConfigDelayedMergeObject and move package.html Eric Richardson 2018-11-19 13:06:48 -0500
  • c94f7560e4 Convert ConfigDelayedMerge, ConfigDelayedMergeObject must call static method in companion object explicitly as class has the same methods Eric Richardson 2018-11-19 12:44:19 -0500
  • 04c2886a23 Convert ConfigNodeObject Eric Richardson 2018-11-19 10:27:42 -0500
  • 60dbb8feac Converted SimpleIncluder Eric Richardson 2018-11-19 08:00:25 -0500
  • 4d38560c97 Convert ConfigNodeField and change test and access modifier in ConfigNodeComment Eric Richardson 2018-11-18 17:40:25 -0500
  • 97f727b073 Converted ConfigBeanImpl, was tough due to typing and resorted to manifests Eric Richardson 2018-11-18 17:19:07 -0500
  • ef5a7be994 Convert PathBuilder and one call site in Path Eric Richardson 2018-11-17 15:32:37 -0500
  • 303fe1d22e Convert Path and make some minor changes to ComfigImplUtil and test Eric Richardson 2018-11-17 15:16:04 -0500
  • 75a28a3753 Convert AbstractConfigObject, change access modifiers, and resolve problems due to Scala tighter typing Eric Richardson 2018-11-16 18:45:24 -0500
  • cd24dfb35b Convert ConfigConcatenation Eric Richardson 2018-11-16 16:54:45 -0500
  • c2b0a361e5 Convert ResolveMemos Eric Richardson 2018-11-16 15:59:49 -0500
  • e1c07d5198 Convert ResolveResult and adjust Java call sites Eric Richardson 2018-11-16 15:54:32 -0500
  • 0aa0c907ed Convert SubstitutionExpression and change a call site Eric Richardson 2018-11-16 15:38:54 -0500
  • ced7194020 Convert SimpleIncludeContext and change some equality comparisons Eric Richardson 2018-11-16 15:33:29 -0500
  • eebb5eb17d Convert ConfigNodeInclude Eric Richardson 2018-11-16 15:20:37 -0500
  • 780a62df0f Convert ConfigNodeSimpleValue Eric Richardson 2018-11-16 15:10:51 -0500
  • 50ba197856 Convert ConfigNodeComment Eric Richardson 2018-11-16 15:07:17 -0500
  • 60dd8d5246 Convert ConfigNodeSingleToken and subclass usage sites Eric Richardson 2018-11-16 15:00:37 -0500
  • 225bfff54d Convert ConfigString Eric Richardson 2018-11-16 14:49:11 -0500
  • afb7b330f7 Convert ConfigBoolean Eric Richardson 2018-11-16 14:39:11 -0500
  • ecba198987 Convert ConfigNull Eric Richardson 2018-11-16 14:33:14 -0500
  • 81640402ba Convert ConfigLong Eric Richardson 2018-11-16 14:29:23 -0500
  • e08e698f23 Convert ConfigInt Eric Richardson 2018-11-16 14:24:17 -0500
  • 368de6078f Convert ConfigDouble. Make sure writeReplace method for serialization has exact signature. Eric Richardson 2018-11-16 14:19:07 -0500
  • 75749e8da0 Convert ConfigNumber and adjust subclasses Eric Richardson 2018-11-16 11:20:39 -0500
  • cc2ce07f25 Convert AbstractConfigValue and adjust subclasses and tests Eric Richardson 2018-11-16 09:40:24 -0500
  • 1a979affa8 Converted ConfigException * Made serializable changes to ValidationProblem * API is complete with the exception of annotation Optional (not convertable) Eric Richardson 2018-11-15 10:35:03 -0500
  • 3898e8df7e Converted ConfigException, 3 test fail due to serialization and NPE due to tricky constructors Eric Richardson 2018-11-12 10:40:09 -0500
  • 3cf7d222e3 Moved package.html Eric Richardson 2018-11-11 13:21:39 -0500
  • 0cd2e753d4 Convert FromMapMode and convert some use sites Eric Richardson 2018-11-11 13:15:32 -0500
  • 88f162b1da Convert ResolveStatus and numerous use sites Eric Richardson 2018-11-11 13:07:12 -0500
  • 6c79e75fae Convert OriginType and modify SimpleConfigOrigin Eric Richardson 2018-11-11 12:32:04 -0500
  • 9f96a97fac Convert TokenType Eric Richardson 2018-11-11 12:17:32 -0500
  • 6ced9bd3f0 Convert enum ConfigIncludeKind, fix ConfigValueType and change some Java call sites by adding parens and using constant strings in case statement to compare to enum name Eric Richardson 2018-11-11 12:03:33 -0500
  • 3fa45d6feb Convert enum ConfigValueType and change some Java call sites by adding parens and using constant strings in case statement to compare to enum name Eric Richardson 2018-11-11 10:41:56 -0500
  • 4e9b431b7d Convert enum ConfigSyntax and change some Java call sites by adding parens Eric Richardson 2018-11-11 09:59:02 -0500
  • 438959525f Remove the weird looping syntax Eric Richardson 2018-11-07 16:04:12 -0500
  • e68edf9764 Minor changes based on ConfigNodeObject false start Eric Richardson 2018-11-07 15:48:31 -0500
  • 7a8a01483b Forgot ConfigNodeConcatenation Eric Richardson 2018-11-07 12:09:29 -0500
  • bd8afbfe04 Convert ConfigNodeConcatenation Eric Richardson 2018-11-07 12:01:47 -0500
  • 78347b2238 Forgot to add ConfigNodeArray Eric Richardson 2018-11-07 11:50:57 -0500
  • 799115f77f Convert ConfigNodeArray Eric Richardson 2018-11-07 11:47:34 -0500
  • 5e49717ab5 Convert ConfigNodeRoot, alter test for Scala Eric Richardson 2018-11-07 11:44:32 -0500
  • 01d8170895 Convert ConfigNodeComplexValue - change sub classes and Scala test Eric Richardson 2018-11-07 11:33:57 -0500
  • 56948e362f Convert ConfigNodePath Eric Richardson 2018-11-05 11:57:19 -0500
  • 90549188d7 Convert Parseable - ugly but passes Eric Richardson 2018-11-02 12:02:14 -0400
  • 17a0df9e67 Convert MemoKey Eric Richardson 2018-11-02 09:00:11 -0400