-
Notifications
You must be signed in to change notification settings - Fork 52
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: microsphere-projects/microsphere-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.16
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: microsphere-projects/microsphere-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.17
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 5 files changed
- 2 contributors
Commits on Aug 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for eb7cc73 - Browse repository at this point
Copy the full SHA eb7cc73View commit details -
Configuration menu - View commit details
-
Copy full SHA for a118f68 - Browse repository at this point
Copy the full SHA a118f68View commit details
Commits on Aug 3, 2026
-
Add zero-arg method case to parameter match test
Extend `ExecutableUtilsTest#testMatchParameterTypes` with a `hashCode()` method lookup and assertion that `matchParameterTypes(method)` returns true. This covers the no-parameter executable path and guards against regressions for empty argument matching.
Configuration menu - View commit details
-
Copy full SHA for 1e6ed43 - Browse repository at this point
Copy the full SHA 1e6ed43View commit details -
Align invokeMethod overload parameter order
Reordered the core `invokeMethod` overload to take `forceAccess` first, then updated all internal delegations and examples to match. This keeps the API consistent with related helpers (including static invocation) and avoids ambiguity when forwarding arguments between overloads.
Configuration menu - View commit details
-
Copy full SHA for 18d3fbe - Browse repository at this point
Copy the full SHA 18d3fbeView commit details -
Fix array method filtering with force access
Update `MethodUtils` to treat array classes like `Object` when selecting method candidates, so `publicOnly=false` uses declared Object methods instead of only public ones. This fixes reflective invocation paths that require force access on arrays, and adds a test asserting `invokeMethod(true, values, "clone")` works correctly.
Configuration menu - View commit details
-
Copy full SHA for 8f155dc - Browse repository at this point
Copy the full SHA 8f155dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa9181 - Browse repository at this point
Copy the full SHA 1aa9181View commit details -
Fix array method expectations in MethodUtilsTest
Update `findMethods` assertions for array classes to expect `OBJECT_DECLARED_METHODS` instead of `OBJECT_PUBLIC_METHODS` when inherited methods are not being included. This aligns the test with the actual method discovery behavior for arrays.
Configuration menu - View commit details
-
Copy full SHA for 1da7b5d - Browse repository at this point
Copy the full SHA 1da7b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d43ab2 - Browse repository at this point
Copy the full SHA 2d43ab2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.3.16...0.3.17