1. 2178745 TAMAYA-379: Enforce checkstyle for the main codebase by Aaron Coburn · 5 years ago
  2. 7a4e4ce TAMAYA-217: Simplify collection-based assertj tests by P. Ottlinger · 5 years ago
  3. d671da7 Merge pull request #34 from acoburn/TAMAYA-219 by P. Ottlinger · 5 years ago
  4. d50d13f Make checkstyle configuration compatible with mvn:site by Aaron Coburn · 5 years ago
  5. 023a76e TAMAYA-219: Update checkstyle plugin and configuration by Aaron Coburn · 5 years ago
  6. 724eebc TAMAYA-217: Simplify collection-based assertj tests by Aaron Coburn · 5 years ago
  7. 71bf164 Merge pull request #32 from acoburn/TAMAYA-217 by Anatole Tresch · 5 years ago
  8. 2514b74 TAMAYA-217: convert test assertions to AssertJ by Aaron Coburn · 5 years ago
  9. 873e6a3 Improved test coverage. Fixed PropertyChangeSupport. by Anatole Tresch · 5 years ago
  10. 295fb43 TAMAYA-376: Augment timezone to be numeric by Hugo Hirsch · 5 years ago
  11. f3a8192 Merge pull request #30 from acoburn/TAMAYA-331 by P. Ottlinger · 5 years ago
  12. b4b7e0e Merge pull request #31 from acoburn/TAMAYA-154 by P. Ottlinger · 5 years ago
  13. 2bd87f1 TAMAYA-154 Fix javadoc warnings by Aaron Coburn · 5 years ago
  14. ea91d4d Fix dev list address by Aaron Coburn · 5 years ago
  15. 5ce58a8 Clean up OSGi/Manifest metadata by Aaron Coburn · 5 years ago
  16. 8a56425 Fixed documentation issues (replaced createValue with value where approproate). by Anatole Tresch · 5 years ago
  17. 87716bc Added tests and reset method. by Anatole Tresch · 5 years ago
  18. 364ed42 Fixed metadataprovider and tests. by Anatole Tresch · 5 years ago
  19. 756b614 - Added tests for default methods. by Anatole Tresch · 5 years ago
  20. 3a7e436 Merge branch 'master' of https://github.com/apache/incubator-tamaya by Anatole Tresch · 5 years ago
  21. 66f7635 Merge pull request #29 from ottlinger/patch-1 by Anatole Tresch · 5 years ago
  22. d7a7cde TAMAYA-368: Adapt pom to new location by P. Ottlinger · 5 years ago
  23. b45e884 Added tests for default methods. by Anatole Tresch · 5 years ago
  24. ad2493e Added tests. by Anatole Tresch · 5 years ago
  25. 6ab216d TAMAYA-372: Clarified default metadata format. by Anatole Tresch · 5 years ago
  26. b876005 Add William Lieurance as a committer by William Lieurance · 5 years ago
  27. db2cf34 Add acoburn to developer list by Aaron Coburn · 5 years ago
  28. 69090c5 Merge branch 'enumconverter-vs-null' of https://github.com/peculater/incubator-tamaya by Phil Ottlinger · 5 years ago
  29. e977ab2 EnumConverter works with null values by William Lieurance · 5 years ago
  30. e7e02c4 TAMAYA-362 Implement missing release method. by Anatole Tresch · 5 years ago
  31. 21391fe TAMAYA-364: Migrate to openJDK by Phil Ottlinger · 5 years ago
  32. ec2c803 TAMAYA-348 Clarified/fixed init routine, adapted test. by Anatole Tresch · 5 years ago
  33. b22761e TAMAYA-348 Clarified/fixed init routine. by Anatole Tresch · 5 years ago
  34. 54d50a8 Fixed issue, where default keys of a property source snapshot does not container any keys. by Anatole Tresch · 5 years ago
  35. 8accb1d Fixed test. by Anatole Tresch · 5 years ago
  36. b2ad0d8 TAMAYA-361 Remove useless findbugs dep. by Anatole Tresch · 5 years ago
  37. 8745dd2 TAMAYA-274 Using Configuration as main API entry point only. by Anatole Tresch · 5 years ago
  38. 5f3f86b TAMAYA-354 Support atomic configuration, similar to config JSR. by Anatole Tresch · 5 years ago
  39. 21808ea TAMAYA-360 Converter now handle also null values. by Anatole Tresch · 5 years ago
  40. 1f92cef Moved collections, consul, etcd and hazelcast modules into extensions. by Anatole Tresch · 5 years ago
  41. 606f8ec TAMAYA-274/353 Added revapi reports to control/report backward compatibility breaks. by Anatole Tresch · 5 years ago
  42. bd9901b TAMAYA-355 Enable mapping of lists and arrays into internal datastructures, reestablished conversion/filter context (backward compatible). by Anatole Tresch · 6 years ago
  43. 67ffcbf TAMAYA-274 Reduced API footprint by using Java 8 features. Added some lambdas. by Anatole Tresch · 6 years ago
  44. e45effd TAMAYA-274 Reduced API footprint by using Java 8 features. Added some lambdas. by Anatole Tresch · 6 years ago
  45. bf18659 TAMAYA-349: Ensure Tamaya builds on JDK 9-11 by Phil Ottlinger · 6 years ago
  46. 6777753 TAMAYA-349: Ensure Tamaya builds on JDK 11 by Aaron Coburn · 6 years ago
  47. cb32120 TAMAYA-346: Update to latest ASF root pom by Phil Ottlinger · 6 years ago
  48. 5a13052 TAMAYA-273 Tamaya logs initial setup on startup on info level. by Anatole Tresch · 6 years ago
  49. e1817f2 TAMAYA-305 Removed useless OSGI component annotation, since enum converters are created and registered on the fly by Tamaya. by Anatole Tresch · 6 years ago
  50. f0043f4 TAMAYA-344 Removed unnecessary lazy activation policy. by Anatole Tresch · 6 years ago
  51. f33fb9d TAMAYA-344 Added lazy activation policy to API/core. by Anatole Tresch · 6 years ago
  52. 27d62b0 TAMAYA-343 Added import for javax.annotation. by Anatole Tresch · 6 years ago
  53. f1800cc Merge branch 'TAMAYA-340-regex-bugfix' of https://github.com/peculater/incubator-tamaya by Phil Ottlinger · 6 years ago
  54. 7352d6a TAMAYA-340 Bugfix for regex "\\." vs literal "." by William Lieurance · 6 years ago
  55. 9b87e12 Fix warnings, add type info. by Phil Ottlinger · 6 years ago
  56. c95acfd Reformat to fix intendation by Phil Ottlinger · 6 years ago
  57. ab91403 TAMAYA-340: Eliminate sysout from test by Phil Ottlinger · 6 years ago
  58. f33d454 TAMAYA-340: Use constants across whole class by Phil Ottlinger · 6 years ago
  59. 8722e5b TAMAYA-340 Enhanced environment property resolution. by Anatole Tresch · 6 years ago
  60. 19f1657 Removal of the no longer needed jqassistant directory. by Oliver B. Fischer · 6 years ago
  61. c97b5e7 TAMAYA-335: Add bugfix with test for wrong builder var by Phil Ottlinger · 6 years ago
  62. 8cf5834 Update to latest jacoco by Phil Ottlinger · 6 years ago
  63. 4c73bad Merge branch 'TAMAYA-334' of https://github.com/acoburn/incubator-tamaya by Phil Ottlinger · 6 years ago
  64. 9181202 TAMAYA-330: Add JDK9 to travis build matrix by Phil Ottlinger · 6 years ago
  65. 74a7395 Merge branch 'TAMAYA-333' of https://github.com/acoburn/incubator-tamaya by Phil Ottlinger · 6 years ago
  66. 3a50d2e Merge branch 'TAMAYA-331' of https://github.com/acoburn/incubator-tamaya by Phil Ottlinger · 6 years ago
  67. 4aadb0f Merge branch 'TAMAYA-330' of https://github.com/acoburn/incubator-tamaya by Phil Ottlinger · 6 years ago
  68. 4af00a3 Merge branch 'documentation_fixes' of https://github.com/acoburn/incubator-tamaya by Phil Ottlinger · 6 years ago
  69. 6bc669e TAMAYA-334: Update geronimo-annotation dependency by Aaron Coburn · 6 years ago
  70. 45f5bb9 Add equality tests by Aaron Coburn · 6 years ago
  71. 6119aff TAMAYA-333: null checks for ::equals(Object) methods by Aaron Coburn · 6 years ago
  72. 8fb0047 Add Automatic-Module-Name metadata by Aaron Coburn · 6 years ago
  73. b2af8c7 Update maven plugins to support jdk9+ builds by Aaron Coburn · 6 years ago
  74. 904ce25 Documentation fixes by Aaron Coburn · 6 years ago
  75. 99ea556 Update of my public key. by Oliver B. Fischer · 6 years ago
  76. 119c498 TAMAYA-217: Convert test assertions to AssertJ by William Lieurance · 6 years ago
  77. 125eed2 TAMAYA-288: Additional test coverage by William Lieurance · 6 years ago
  78. 5136203 TAMAYA-323: LHF fix typo by Phil Ottlinger · 6 years ago
  79. d9406e5 Merge branch 'TAMAYA-328' of https://github.com/peculater/incubator-tamaya by Phil Ottlinger · 6 years ago
  80. 47972d8 TAMAYA-329: mapBoxedType should work with boolean[] by William Lieurance · 6 years ago
  81. a606c87 TAMAYA-328: Let CharConverter parse a single apostrophe character by William Lieurance · 6 years ago
  82. ca4de3d TAMAYA-327: Consistent signature creating ConversionContexts by William Lieurance · 6 years ago
  83. 135792e TAMAYA-326: Fix bug in ordinal comparison in ServiceContextManager by William Lieurance · 6 years ago
  84. db56ee2 TAMAYA-154: Fix javadoc issues while updating javadoc plugin by Phil Ottlinger · 6 years ago
  85. 4327d87 TAMAYA-154: Fix javadoc issues by Phil Ottlinger · 6 years ago
  86. 454f2af TAMAYA-154: Fix javadoc issues by Phil Ottlinger · 6 years ago
  87. 5529224 TAMAYA-154: Fix javadoc issues by Phil Ottlinger · 6 years ago
  88. d6229de TAMAYA-296: Update dependencies by Phil Ottlinger · 6 years ago
  89. 3f52504 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tamaya by Phil Ottlinger · 6 years ago
  90. 3f6b34a TAMAYA-258: Downgrade to pitest 1.2 by Phil Ottlinger · 6 years ago
  91. 014001b TAMAYA-258: Downgrad to pitest 1.2 by Phil Ottlinger · 6 years ago
  92. adc1096 Try to change pitest config by Phil Ottlinger · 6 years ago
  93. 0af4480 Show Travis baadge on github. by Phil Ottlinger · 6 years ago
  94. 30506a4 Update to latest pitest. by Phil Ottlinger · 6 years ago
  95. 502444f TAMAYA-321: Adapt threshold to current state. by Phil Ottlinger · 6 years ago
  96. a2bdb02 TAMAYA-321: Fix javadocs by Phil Ottlinger · 6 years ago
  97. 24e0913 TAMAYA-321: Fix javadocs. by Phil Ottlinger · 6 years ago
  98. 6184503 TAMAYA-321: Fix javadoc. by Phil Ottlinger · 6 years ago
  99. 27c0d76 TAMAYA-321 Add ConfigurationBuilder to core API. by Anatole Tresch · 6 years ago
  100. b9ce149 TAMAYA-321 Fixed test. getOrDefault must accept null as well. by Anatole Tresch · 6 years ago