Sign in
apache
/
sling-org-apache-sling-resourceresolver
/
HEAD
b3393d1
SLING-12832: alias refactoring - move alias init into Runnable (#186)
by Julian Reschke
· 3 weeks ago
master
51f39fe
[maven-release-plugin] prepare for next development iteration
by Carsten Ziegeler
· 3 weeks ago
7797f83
[maven-release-plugin] prepare release org.apache.sling.resourceresolver-2.0.0
by Carsten Ziegeler
· 3 weeks ago
org.apache.sling.resourceresolver-2.0.0
f812236
Use released API 3
by Carsten Ziegeler
· 3 weeks ago
127d98d
SLING-12795: align behavior for cached ('optimized') and non-cached case (#185)
by Julian Reschke
· 6 weeks ago
0cc16ff
SLING-12823: alias refactoring - avoid getting the parent resource when path sufficient (#184)
by Julian Reschke
· 6 weeks ago
52a802d
SLING-12804: alias refactoring - improve test coverage of query statements (#181)
by Julian Reschke
· 6 weeks ago
5ca4985
SLING-12806 Prevent creating a resource with a name only consisting out of dots
by Konrad Windszus
· 7 weeks ago
1dbc1bc
alias refactoring - use Resource instead of Path when getting aliases - fix recursion when Resource parent not accessible (#183)
by Julian Reschke
· 6 weeks ago
1366946
Revert "SLING-12787: ResourceResolver: alias refactoring - use Resource instead of Path when getting aliases (#178)"
by Julian Reschke
· 7 weeks ago
9d6a268
SLING-12799: alias refactoring - check behavior when aliases both on node and jcr:content child node (#180)
by Julian Reschke
· 8 weeks ago
2457aaa
SLING-12787: ResourceResolver: alias refactoring - use Resource instead of Path when getting aliases (#178)
by Julian Reschke
· 8 weeks ago
4907a78
SLING-12759: ResourceResolver: push 'non-optimized' alias handling from ResourceResolverImpl into AliasHandler (#177)
by Julian Reschke
· 8 weeks ago
4e60828
SLING-12777: alias refactoring - make ResourceMapperImpl ignorant of optimimized/non-optimized case (#175)
by Julian Reschke
· 9 weeks ago
432947e
SLING-12769: alias refactoring - MapEntries - move logic related to alias events into AliasHandler (#174)
by Julian Reschke
· 2 months ago
d7425ed
SLING-12763: cleanup API of AliasHandler wrt 'optimized resolution' (#173)
by Julian Reschke
· 3 months ago
0a83037
SLING-12758: remove redundant check for absolute path in alias (#171)
by Julian Reschke
· 3 months ago
95f39b9
SLING-12752 : Support Jakarta Servlet 6.1
by Carsten Ziegeler
· 3 months ago
176e0d3
SLING-12741 - NPE resource resolver during resource provider unregist… (#168)
by Sagar Miglani
· 3 months ago
a8f63c8
SLING-12738: ResourceResolver is not closed by AliasHandler (#167)
by Julian Reschke
· 3 months ago
c09bbf3
SLING-12735: AliasHandler refactoring - Sonar and IDE warnings (#166)
by Julian Reschke
· 3 months ago
4acd12c
SLING-12734: Move AliasHandler into new class (#165)
by Julian Reschke
· 4 months ago
7e4b594
SLING-12701: Resource Resolver: MapEntries - move alias handling into inner class - add missing changes
by Julian Reschke
· 4 months ago
a3f3752
SLING-12701: Resource Resolver: MapEntries - move alias handling into inner class (#163)
by Julian Reschke
· 4 months ago
882dfe0
remove executable flag on .java (#164)
by Hervé Boutemy
· 4 months ago
6b8c6e2
SLING-12733 Never return null for ResourceMapperImpl.getMapping(...)
by Konrad Windszus
· 4 months ago
c73f8b5
SLING-12716 ignore spotless code reformatting commit in git blame
by Stefan Seifert
· 4 months ago
e1b66bd
SLING-12716 apply spotless formatting
by Stefan Seifert
· 4 months ago
5ea74c7
SLING-12716 Switch to Parent 62
by Stefan Seifert
· 4 months ago
8f9f788
SLING-12606: Implement Jakarta Servlet based API (#126)
by Carsten Ziegeler
· 4 months ago
3abb019
SLING-12244 cache the result of the getParentResourceType call (#115)
by Jörg Hoh
· 4 months ago
b65c017
[maven-release-plugin] prepare for next development iteration
by Julian Reschke
· 4 months ago
3eb2a89
[maven-release-plugin] prepare release org.apache.sling.resourceresolver-1.12.6
by Julian Reschke
· 4 months ago
org.apache.sling.resourceresolver-1.12.6
18b5e18
SLING-12703: no NPE when initializeAliases() called after dispose() (#159)
by Julian Reschke
· 4 months ago
81a4e88
SLING-12696: alias refactoring - move alias related code into single place (#157)
by Julian Reschke
· 4 months ago
edb629c
SLING-12700: add test coverage for vanity path cache metrics (#158)
by Julian Reschke
· 4 months ago
ab7e62f
SLING-12688: add test coverage for VP init failure (#156)
by Julian Reschke
· 4 months ago
8ed46c7
SLING-12686: add test coverage for events during VP bg init (#155)
by Julian Reschke
· 4 months ago
9ec0dc4
SLING-12683: extract alias tests from MapEntriesTest (#154)
by Julian Reschke
· 5 months ago
7635057
Revert "SLING-12684: update to latest Sling parent pom"
by Julian Reschke
· 5 months ago
92b4b71
SLING-12684: update to latest Sling parent pom
by Julian Reschke
· 5 months ago
466a128
SLING-12679: fix incorrect metrics init (#153)
by Julian Reschke
· 5 months ago
08ebd44
SLING-12666: VanityPathHandler, address warnings, refactor (#152)
by Julian Reschke
· 5 months ago
f88ccd9
SLING-12671: add test coverage for vanity paths on resources with name extensions (#151)
by Julian Reschke
· 5 months ago
7eaef33
SLING-12667: cleanup/improve VanityPathMapEntriesTest (#150)
by Julian Reschke
· 5 months ago
b408309
SLING-12665: extract VanityPathHandler into separate class (#148)
by Julian Reschke
· 5 months ago
8406738
SLING-12664: MapEntries: drainQueue is part of event handling (move it there) (#146)
by Julian Reschke
· 5 months ago
28cdba1
SLING-12648: MapEntries: factor out vanity path handling into inner class (#145)
by Julian Reschke
· 5 months ago
f25ed57
OAK-12658: move methods to minimize diffs after extracting vp handling (#143)
by Julian Reschke
· 5 months ago
8aa44a2
SLING-12658: refactor vanity path handling - encapsulate code for better isolation and unit testing (#142)
by Julian Reschke
· 5 months ago
ff16b43
SLING-12651: avoid re-assignment of resolveMapsMap (#140)
by Julian Reschke
· 5 months ago
029a385
SLING-12653: add test coverage for query exception disabling optimized alias handling (#141)
by Julian Reschke
· 5 months ago
fb41486
SLING-12649: VanityPathMapEntriesTest - factor out repeated uses of reflection (#139)
by Julian Reschke
· 5 months ago
6fc48d0
SLING-12646: MapEntries: give doInit() a meaningful name (#138)
by Julian Reschke
· 5 months ago
0dc3c2b
SLING-12645: VanityPathMapEntries - remove (attempted) tests for query paging (#137)
by Julian Reschke
· 5 months ago
0e2bed9
SLING-12636: fix test page post PR
by Julian Reschke
· 5 months ago
70905da
SLING-12636 improve logging of fixture setup
by Joerg Hoh
· 5 months ago
SLING-12636
c983862
SLING-12636: Resource Resolver - fix test to properly initialize and adjust test expections (and explain them)
by Julian Reschke
· 5 months ago
1fe660c
Revert "SLING-12636: Resource Resolver - fix test"
by Julian Reschke
· 5 months ago
248e49b
SLING-12636: Resource Resolver - fix test
by Julian Reschke
· 5 months ago
7ca429a
Revert "SLING-12636: Resource Resolver: add test coverage for background init (#136)"
by Julian Reschke
· 5 months ago
ba7588b
SLING-12636: Resource Resolver: add test coverage for background init (#136)
by Julian Reschke
· 5 months ago
6077918
[maven-release-plugin] prepare for next development iteration
by Julian Reschke
· 6 months ago
3cd39de
[maven-release-plugin] prepare release org.apache.sling.resourceresolver-1.12.4
by Julian Reschke
· 6 months ago
org.apache.sling.resourceresolver-1.12.4
ea037cd
SLING-12636: Resource Resolver: add test coverage for background init - fix MapEntries internal state when loadVanityPaths is called a second time
by Julian Reschke
· 6 months ago
4df109b
SLING-12636: Resource Resolver: add test coverage for background init
by Julian Reschke
· 6 months ago
b4be9ce
SLING-12634: Resource Resolver: isMaxCachedVanityPathEntriesStartup check does not handle unlimited cache size (#135)
by Julian Reschke
· 6 months ago
5557ab7
SLING-12632: move all (only) vanity path related code in a single place (#134)
by Julian Reschke
· 6 months ago
019ed5c
SLING-12621: Resource Resolver: refactor MapEntries - refactor MapIterator (#131)
by Julian Reschke
· 6 months ago
aad3493
SLING-12630: Resource Resolver: refactor MapEntries - extract MapIterator into separate class (#133)
by Julian Reschke
· 6 months ago
7c432e9
Resource Resolver: refactor MapEntries - improve MapIterator test coverage (#132)
by Julian Reschke
· 6 months ago
3cf1841
Revert "Resource Resolver: refactor MapEntries - improve MapIterator test coverage"
by Julian Reschke
· 6 months ago
b7ce082
Resource Resolver: refactor MapEntries - improve MapIterator test coverage
by Julian Reschke
· 6 months ago
518def3
SLING-12620: Resource Resolver: needs to handle getParent()==null for vanity path resources gracefully (#130)
by Julian Reschke
· 6 months ago
99f07e9
SLING-12619: Resource Resolver: MapEntries.loadVanityPath: use parameter instead of relying on object comparison (#129)
by Julian Reschke
· 6 months ago
1ff93f0
SLING-12618: Resource Resolver: MapEntries: remove dead code in getMapEntry (#128)
by Julian Reschke
· 6 months ago
c359a8b
SLING-12611: Resource Resolver: refactor MapEntries - extract PagedQueryIterator (#127)
by Julian Reschke
· 6 months ago
6459b96
SLING-12402: ResourceResolver: add additional log entry when there are many conflicting or invalid aliases (also add metrics) (#125)
by Julian Reschke
· 9 months ago
9e3f316
SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org
by Robert Munteanu
· 9 months ago
eda9da1
[maven-release-plugin] prepare for next development iteration
by Julian Reschke
· 10 months ago
ab069e6
[maven-release-plugin] prepare release org.apache.sling.resourceresolver-1.12.2
by Julian Reschke
· 10 months ago
org.apache.sling.resourceresolver-1.12.2
53daef2
SLING-12400: ResourceResolver: add test coverage for aliases on jcr:content nodes and NPEs on getParent, refactor associated code (#124)
by Julian Reschke
· 10 months ago
94cc1bb
SLING-12399: make empty alias invalid (#123)
by Julian Reschke
· 11 months ago
d6f19d3
SLING-12412: ResourceResolver: add test coverage for empty aliases, blank aliases, and invalid aliases (#122)
by Julian Reschke
· 11 months ago
844b238
SLING-12401: MapEntries.isAliasValid() misnamed - rename to isAliasInvalid() (#121)
by Julian Reschke
· 11 months ago
428f8a7
[maven-release-plugin] prepare for next development iteration
by Julian Reschke
· 12 months ago
ba3e4cb
[maven-release-plugin] prepare release org.apache.sling.resourceresolver-1.12.0
by Julian Reschke
· 12 months ago
org.apache.sling.resourceresolver-1.12.0
a0270a0
SLING-12384: ResourceResolver: paged query for sling:alias will miss entries when 'first(sling:alias)' is empty (#119)
by Julian Reschke
· 12 months ago
d47a6b0
SLING-12389 : All resource resolver operations should check for a closed
by Carsten Ziegeler
· 12 months ago
2a7960a
SLING-12387: ResourceResolver: improve test coverage for PagedQueryIterator (#120)
by Julian Reschke
· 12 months ago
07e6ca0
SLING-12371 always update the metric of unclosed RRs (#117)
by Jörg Hoh
· 12 months ago
42d3c67
log something in case the vanity path initializer fails (#116)
by Jörg Hoh
· 12 months ago
1e88504
SLING-12383: ResourceResolver: potential NPE while processing aliases (#118)
by Julian Reschke
· 1 year ago
d33a37c
SLING-12382 : Potential concurrency issues with resource provider registration/unregistration
by Carsten Ziegeler
· 1 year ago
a6e642e
Fix javadoc errors
by Carsten Ziegeler
· 1 year ago
a3eb20f
SLING-12382 : Potential concurrency issues with resource provider registration/unregistration
by Carsten Ziegeler
· 1 year ago
7bf75d4
SLING-12382 : Potential concurrency issues with resource provider registration/unregistration
by Carsten Ziegeler
· 1 year ago
3b890d2
SLING-12382 : Potential concurrency issues with resource provider registration/unregistration
by Carsten Ziegeler
· 1 year ago
9310ca5
SLING-12382 : Potential concurrency issues with resource provider registration/unregistration
by Carsten Ziegeler
· 1 year ago
23d16d1
SLING-12382 : Potential concurrency issues with resource provider registration/unregistration
by Carsten Ziegeler
· 1 year ago
Next »