1. 9de5cbc metrics-prometheus: moved to https://github.com/apache/sling-org-apache-sling-commons-metrics-prometheus by Robert Munteanu · 4 weeks ago master
  2. ce4b028 metrics-prometheus: update documentation by Robert Munteanu · 5 weeks ago
  3. 43d683d metrics-prometheus: bump simpleclient version by Robert Munteanu · 5 weeks ago
  4. ea1e6fe metrics-prometheus: add basic documentation by Robert Munteanu · 5 weeks ago
  5. b5bd3c5 metrics-prometheus: register Hotspot metrics by default by Robert Munteanu · 5 weeks ago
  6. 2c8aa19 metrics-prometheus: use activate/deactivate instead of init/destroy by Robert Munteanu · 5 weeks ago
  7. 4bcddf2 metrics-prometheus: update to the latest parent pom by Robert Munteanu · 5 weeks ago
  8. 3a7681c Sling-specific sonar rules by Joerg Hoh · 3 months ago
  9. 3e6f7f0 oidc-rp: typo fixes by Robert Munteanu · 3 months ago
  10. 70a8ba2 oidc-rp: use the correct callback uri by Robert Munteanu · 3 months ago
  11. b7807e1 oidc-rp: use released versions of the Maven plug-ins by Robert Munteanu · 3 months ago
  12. e30431b disable dependabot by Robert Munteanu · 3 months ago
  13. 17e7389 oidc-rp: better name by Robert Munteanu · 3 months ago
  14. 78b29f3 oidc-rp: generalise support for custom auth parameters by Robert Munteanu · 3 months ago
  15. 90bbc8e oidc-rp: fix IT by Robert Munteanu · 3 months ago
  16. a3e2fcc oidc-rp: refresh documentation by Robert Munteanu · 3 months ago
  17. 69f4b03 oidc-rp: refresh documentation by Robert Munteanu · 3 months ago
  18. 86eb9d3 oidc-rp: change artifact id and package by Robert Munteanu · 3 months ago
  19. 3751f55 oidc-rp: Rename the OidcConnectionFinder to OidcTokenStore and clarify some APIs/docs by Robert Munteanu · 3 months ago
  20. 0e07a1d oidc-rp: document the OidcClient by Robert Munteanu · 3 months ago
  21. 87353e6 oidc-rp: use a dedicated, unchecked, exception by Robert Munteanu · 3 months ago
  22. 079728d oidc-rp: add tests for the converter and fix minor bug by Robert Munteanu · 3 months ago
  23. c1cab10 oidc-rp: expose API to refresh tokens by Robert Munteanu · 3 months ago
  24. 47b26b9 oidc-rp: update TODO ; we use the Nimbus SDK extensively now by Robert Munteanu · 3 months ago
  25. 86f1a8e oidc-rp: add test for OidcClientImpl.getAuthenticationRequestUri by Robert Munteanu · 3 months ago
  26. 8172b06 oidc-rp: add test for OidcClientImpl.getOidcEntryPointUri by Robert Munteanu · 3 months ago
  27. f45f2c4 oidc-rp: add API for extracting the id token by Robert Munteanu · 3 months ago
  28. d618eff oidc-rp: add API for persisting tokens by Robert Munteanu · 3 months ago
  29. e19f43e oidc-rp: implement API for getting refresh tokens by Robert Munteanu · 3 months ago
  30. 47081ac oidc-rp: start teasing out an API by Robert Munteanu · 3 months ago
  31. 6606164 oidc-rp: ensure that mvn clean verify works by Robert Munteanu · 3 months ago
  32. ac0986f oidc-rp: create a self-contained repository during the build by Robert Munteanu · 3 months ago
  33. 0b5f3cb oidc-rp: add some tests for the OidcConnectionFinderImpl by Robert Munteanu · 3 months ago
  34. 7d129f3 oidc-rp: don't allow anonymous access to the OIDC entry point by Robert Munteanu · 3 months ago
  35. edecfed oidc-rp: automatically add the bundle to the feature by Robert Munteanu · 3 months ago
  36. 6c7a129 oidc-rp: update TODO list by Robert Munteanu · 3 months ago
  37. c8b3de0 oidc-rp: prevent NPE when the refresh token is not present by Robert Munteanu · 3 months ago
  38. dd6c97c Revert "oidc-rp: try to detect https requests when behind a TLS terminating proxy" by Robert Munteanu · 3 months ago
  39. 25e1b97 oidc-rp: try to detect https requests when behind a TLS terminating proxy by Robert Munteanu · 3 months ago
  40. 7eb7243 oidc-rp: skip ITs for now by Robert Munteanu · 3 months ago
  41. e4f3c26 oidc-rp: add missing license headers by Robert Munteanu · 3 months ago
  42. 3d0f041 oidc-rp: add a mechanism for refreshing access tokens (untested) by Robert Munteanu · 3 months ago
  43. 2b5fe0b oidc-rp: improve the Java API for obtaining access tokens by Robert Munteanu · 3 months ago
  44. cb9e3a4 oidc-rp: rename persistToken to persistTokens by Robert Munteanu · 3 months ago
  45. b39b585 oidc-rp: rewrite Endpoints as a OidcProviderMetadataRegistry component by Robert Munteanu · 3 months ago
  46. c3fa40b oidc-rp: store id_token from the response by Robert Munteanu · 3 months ago
  47. d02f639 oidc-rp: simplify OidcCallbackServlet by Robert Munteanu · 3 months ago
  48. 7cf4600 oidc-rp: parse the token response as an OIDC response by Robert Munteanu · 3 months ago
  49. 886ac91 oidc-rp: elevate some debugs to warns by Robert Munteanu · 3 months ago
  50. 387a0f6 oidc-rp: unregister the state from the state manager only when we're done with it by Robert Munteanu · 3 months ago
  51. 38c8e71 oidc-rp: replace some bespoke code with the Nimbus SDK by Robert Munteanu · 3 months ago
  52. 9ce0d72 oidc-rp: update TODOs, add simplified getting started by Robert Munteanu · 3 months ago
  53. ff73117 oidc-rp: allow running test with local app instances by Robert Munteanu · 3 months ago
  54. 9d2db97 oidc-rp: improve warning heading by Robert Munteanu · 3 months ago
  55. c5236f9 oidc-rp: refresh documentation by Robert Munteanu · 3 months ago
  56. 16186cd SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 6 months ago
  57. 7994f52 IT works on mvn clean install by Robert Munteanu · 7 months ago
  58. b334847 Start implementing support for multiple connections by Robert Munteanu · 8 months ago
  59. bcd4f0d oidc-rp: run it using a local feature model by Robert Munteanu · 8 months ago
  60. 54f79d2 oidc-rp: build and validate a feature model-based app by Robert Munteanu · 8 months ago
  61. 3c0acf8 oidc-rp: start properly configured keycloak container during tests by Robert Munteanu · 8 months ago
  62. c6e7386 Import data into keycloak at test time by Robert Munteanu · 8 months ago
  63. e2c490f Manual instructions for setting up Keyloak + Starter by Robert Munteanu · 8 months ago
  64. c9003cd Start adding support for refresh tokens (persisted, not used) by Robert Munteanu · 8 months ago
  65. c7166bf WIP - add the pom changes for an end-to-end test by Robert Munteanu · 8 months ago
  66. da22966 WIP - add an end to end test by Robert Munteanu · 8 months ago
  67. 1e53d39 servlets.oidc-rp: fix access token expiration check by Robert Munteanu · 9 months ago
  68. b36b78b SLING-11729 explain how to adjust the parser version to use for validation by Konrad Windszus · 10 months ago
  69. ddfd07e SLING-11729 add FileVault validator for repoinit OSGi configurations by Konrad Windszus · 10 months ago
  70. 10fdc98 Fix md resource decorator by Carsten Ziegeler · 1 year ago
  71. 1df146e Updating to new Jax RS concept vs JSON servlet by Dan Klco · 1 year, 3 months ago
  72. 10e5a59 Updating to fix upload to support setting file name by Dan Klco · 1 year, 3 months ago
  73. ec1baf4 Committing where I'm at even though I've discovered that jax.rs would be a better approach by Dan Klco · 1 year, 3 months ago
  74. 1c377cc Adding initial version of JSON Servlet by Dan Klco · 1 year, 3 months ago
  75. a3e6024 [maven-release-plugin] prepare for next development iteration by Joerg Hoh · 1 year, 3 months ago
  76. afc3f9e [maven-release-plugin] prepare release jmx-exporter-0.2.0 by Joerg Hoh · 1 year, 3 months ago jmx-exporter-0.2.0
  77. 61e8b32 fix version to -SNAPSHOT by Joerg Hoh · 1 year, 3 months ago
  78. 875b5dd switch to version 0.2.0 by Joerg Hoh · 1 year, 3 months ago
  79. f9e3fc0 fix scm section by Joerg Hoh · 1 year, 3 months ago
  80. 884adf0 fix scm section by Joerg Hoh · 1 year, 3 months ago
  81. 0cb1b4b [maven-release-plugin] prepare release jmx-exporter-0.2 by Joerg Hoh · 1 year, 3 months ago
  82. b7cb30f JMX Exporter: support more types by Joerg Hoh · 1 year, 3 months ago
  83. 1961450 Bump minimist from 1.2.5 to 1.2.6 in /vscode-htl by dependabot[bot] · 1 year, 5 months ago
  84. ff20b44 Remove expired tokens (not tested) by Robert Munteanu · 1 year, 4 months ago
  85. 9d9f425 Update README by Robert Munteanu · 1 year, 4 months ago
  86. 6a80ad9 Record token expiry date, if present by Robert Munteanu · 1 year, 4 months ago
  87. 43fa013 Introduce an OidcStateManager to encapsulate state-related work by Robert Munteanu · 1 year, 4 months ago
  88. c7d9dd7 First draft of an OIDC RP support bundle by Robert Munteanu · 1 year, 5 months ago
  89. f9aee5c Merge branch 'master' of github.com:apache/sling-whiteboard by Joerg Hoh · 1 year, 6 months ago
  90. 49e17d5 improved JMXExporter by Joerg Hoh · 1 year, 6 months ago
  91. 493ed89 Remove useless TODO by Bertrand Delacretaz · 1 year, 6 months ago
  92. 5673900 Add script version by Bertrand Delacretaz · 1 year, 6 months ago
  93. d8b4793 Require Java 11 by Bertrand Delacretaz · 1 year, 6 months ago
  94. 8c9d3aa Support launcher arguments by Bertrand Delacretaz · 1 year, 6 months ago
  95. 2bfed6b Prototype JBang SlingStarter script by Bertrand Delacretaz · 1 year, 6 months ago
  96. 092f41b Merge branch 'master' of github.com:apache/sling-whiteboard by Joerg Hoh · 1 year, 7 months ago
  97. 810b175 export MBeans to Sling Metrics by Joerg Hoh · 1 year, 7 months ago
  98. a66827d Delete .factorypath by Carsten Ziegeler · 1 year, 7 months ago
  99. 9311071 Use OSGi converter by Carsten Ziegeler · 1 year, 7 months ago
  100. 9fcb773 Use OSGi converter by Carsten Ziegeler · 1 year, 7 months ago