Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
347 commits
Select commit Hold shift + click to select a range
5670ef2
Remove private modifier from current field
mercyblitz Oct 20, 2025
2d91af8
Add unit tests for WeightedRoundRobin class
mercyblitz Oct 20, 2025
36d0a9b
Refactor LoadBalancerUtils constructor
mercyblitz Oct 20, 2025
e3f6a66
Add unit test for LoadBalancerUtils warmup weight
mercyblitz Oct 20, 2025
80f6a45
Add test for RegistrationMetaData constructor edge cases
mercyblitz Oct 20, 2025
c6bcace
Add test for getRegistrationClass with null return
mercyblitz Oct 20, 2025
260346d
Remove unnecessary logger trace level check
mercyblitz Oct 20, 2025
7d2db83
Refactor test to use static import for RANDOM_PORT
mercyblitz Oct 20, 2025
1dd347c
Add unit tests for SimpleAutoServiceRegistration
mercyblitz Oct 20, 2025
679e442
Refactor dispatcher servlet mapping logic
mercyblitz Oct 20, 2025
69166ae
Simplify @SpringBootTest classes attribute usage
mercyblitz Oct 20, 2025
d4d3735
Update Testcontainers version to 2.0.1
mercyblitz Oct 20, 2025
6b6bbb0
Reorder dependency management in parent POM
mercyblitz Oct 20, 2025
4fa2ff1
Support multiple Registration types in MultipleRegistration
mercyblitz Oct 20, 2025
82f2c39
Initialize ServiceInstance for Zookeeper registrations
mercyblitz Oct 20, 2025
3d9aca8
Enable Testcontainers integration for service registry tests
mercyblitz Oct 20, 2025
63d2652
Refactor Zookeeper registration initialization logic
mercyblitz Oct 20, 2025
986fab9
Update test dependencies in pom.xml
mercyblitz Oct 20, 2025
63e405f
Reorder spring-boot-starter-test dependency in pom.xml
mercyblitz Oct 20, 2025
3a0dce5
Remove Spring Cloud service discovery profiles from pom.xml
mercyblitz Oct 21, 2025
f106ebe
Remove test application.yaml configuration file
mercyblitz Oct 21, 2025
2089d1b
Add test configuration for multiple cloud profiles
mercyblitz Oct 21, 2025
532c002
Add integration test for UnionDiscoveryClient
mercyblitz Oct 21, 2025
ac0389a
Refactor test package structure and class modifiers
mercyblitz Oct 21, 2025
8f3e3bc
Update MultipleServiceRegistryIntegrationTest.java
mercyblitz Oct 21, 2025
a136d94
Refactor property constants in auto-registration config
mercyblitz Oct 21, 2025
851570e
Add logger to AbstractServiceRegistrationEndpoint
mercyblitz Oct 21, 2025
03be99b
Simplify logger usage in ServiceDeregistrationEndpoint
mercyblitz Oct 21, 2025
80ae9f2
Remove unused logger and simplify logging
mercyblitz Oct 21, 2025
de38363
Add base test for AbstractServiceRegistrationEndpoint
mercyblitz Oct 21, 2025
bfc5f51
Refactor ServiceRegistrationEndpointTest structure
mercyblitz Oct 21, 2025
6d9aef2
Add ServiceDeregistrationEndpoint unit test
mercyblitz Oct 21, 2025
3b31bf6
Update ServiceRegistrationEndpoint.java
mercyblitz Oct 21, 2025
298acb5
Update ServiceRegistrationEndpoint.java
mercyblitz Oct 21, 2025
d9ca78d
Move @EnableAutoConfiguration to concrete test classes
mercyblitz Oct 21, 2025
b5c0f69
Refactor TomcatDynamicConfigurationListener logging and bean check
mercyblitz Oct 21, 2025
ce35915
Add unit tests for TomcatDynamicConfigurationListener
mercyblitz Oct 21, 2025
7664b18
Increase method visibility for test coverage
mercyblitz Oct 22, 2025
35e4c5b
Refactor property constants and update tests
mercyblitz Oct 22, 2025
1a4ef0a
Update AbstractServiceRegistrationEndpointTest.java
mercyblitz Oct 22, 2025
9e692d8
Refactor service registration endpoint tests
mercyblitz Oct 22, 2025
3626fa1
Refactor aspect logic and add unit tests
mercyblitz Oct 22, 2025
cee436a
Refactor registry type check in aspect
mercyblitz Oct 22, 2025
18fc7aa
Refactor tests to use MultipleRegistration and MultipleServiceRegistry
mercyblitz Oct 22, 2025
78e5672
Refactor test registration creation utility
mercyblitz Oct 22, 2025
5791d9a
Update DefaultRegistrationTest.java
mercyblitz Oct 22, 2025
7db8230
Refactor UnionDiscoveryClient to use ApplicationContext
mercyblitz Oct 22, 2025
2e82509
Refactor null and empty check for service instances
mercyblitz Oct 22, 2025
ea0bcf6
Update UnionDiscoveryClient.java
mercyblitz Oct 22, 2025
ec6948d
Refactor isRunning logic and add unit test
mercyblitz Oct 22, 2025
a8f2a0b
Make constructor public in SimpleAutoServiceRegistration
mercyblitz Oct 22, 2025
d8fd039
Add tests for isRunning with SimpleAutoServiceRegistration
mercyblitz Oct 22, 2025
6ba11d7
Refactor LoadBalancerUtilsTest for clarity and speed
mercyblitz Oct 22, 2025
cfbd7bd
Update warmup weight assertion in test
mercyblitz Oct 22, 2025
81784ab
Add microsphere-spring-boot-actuator dependency
mercyblitz Oct 22, 2025
694d97a
Improve endpoint availability checks in test
mercyblitz Oct 22, 2025
665ef6a
Add microsphere-spring-test as test dependency
mercyblitz Oct 23, 2025
ef8cb57
Refactor ServiceInstanceUtils for symbol constants
mercyblitz Oct 23, 2025
21e4e53
Update test config to use TestController class
mercyblitz Oct 23, 2025
bf7271a
Add trace logging for web endpoint mappings metadata
mercyblitz Oct 23, 2025
3e397e2
Add WebServiceRegistryAutoConfiguration class
mercyblitz Oct 23, 2025
23a216b
Refactor WebMvcServiceRegistryAutoConfiguration class
mercyblitz Oct 23, 2025
4c79cc3
Refactor WebFlux auto-config and add shared tests
mercyblitz Oct 23, 2025
2cc58f6
Refactor registration bean retrieval in auto-configuration
mercyblitz Oct 23, 2025
43ef84b
Refactor SpringBootTest webEnvironment usage
mercyblitz Oct 23, 2025
abc4d05
Refactor SpringBootTest annotation usage in test
mercyblitz Oct 23, 2025
b089f29
Refactor SpringBootTest webEnvironment usage
mercyblitz Oct 23, 2025
c033671
Refactor test class to use package-private visibility
mercyblitz Oct 23, 2025
e6cb6b4
Refactor registration bean retrieval in auto config
mercyblitz Oct 23, 2025
1ac5563
Update AbstractServiceRegistrationEndpoint.java
mercyblitz Oct 23, 2025
8e2e35d
Update AbstractServiceRegistrationEndpointTest.java
mercyblitz Oct 23, 2025
6013054
Update pom.xml
mercyblitz Oct 23, 2025
d2bea3e
Refactor Feign component type resolution logic
mercyblitz Oct 24, 2025
a2b83e9
Update dependency comment in pom.xml
mercyblitz Oct 24, 2025
c935ecf
Add microsphere-spring-test to test dependencies
mercyblitz Oct 24, 2025
23273f1
Refactor to use static import for instantiate method
mercyblitz Oct 24, 2025
9c79e48
Add abstract test for DecoratedFeignComponent
mercyblitz Oct 24, 2025
b4c963f
Create DecoratedContractTest.java
mercyblitz Oct 24, 2025
0a4947d
Format AutoRefreshCapability constructor parameters
mercyblitz Oct 24, 2025
0a90019
Refactor logging to use microsphere logging API
mercyblitz Oct 24, 2025
bee7605
Add configuration setup methods to test class
mercyblitz Oct 24, 2025
312450a
Add unit tests for DecoratedDecoder component
mercyblitz Oct 24, 2025
01adce0
Add unit tests for DecoratedEncoder component
mercyblitz Oct 24, 2025
b2abbc8
Refactor DecoratedDecoderTest to use Response.builder
mercyblitz Oct 24, 2025
2ad8c8d
Add unit tests for DecoratedErrorDecoder
mercyblitz Oct 24, 2025
00f1510
Refactor FeignClientConfiguration import usage
mercyblitz Oct 24, 2025
dabbe62
Refactor usage of FeignClientConfiguration import
mercyblitz Oct 24, 2025
adea77c
Refactor getQueryMapEncoder method for clarity
mercyblitz Oct 24, 2025
231ed97
Add unit tests for DecoratedQueryMapEncoder
mercyblitz Oct 24, 2025
d657475
Add tests for DecoratedRetryer and improve component instantiation
mercyblitz Oct 24, 2025
cf9a3b6
Refactor DecoratedFeignComponentTest for generics reuse
mercyblitz Oct 24, 2025
98aa8e5
Remove extra newline in DecoratedContract.java
mercyblitz Oct 24, 2025
9592277
Add co-author Mercy to OpenFeign components
mercyblitz Oct 24, 2025
10f4a4c
Add toString equality test for decorated component
mercyblitz Oct 24, 2025
699d787
Add blank lines for readability in test classes
mercyblitz Oct 24, 2025
02b1423
Refactor to use static import for instantiateClass
mercyblitz Oct 24, 2025
75486bb
Refactor to use static import for BeanUtils.instantiateClass
mercyblitz Oct 24, 2025
66556e1
Remove commented-out feignClientFactory field
mercyblitz Oct 24, 2025
a3a6b06
Remove unused logger from DecoratedQueryMapEncoder
mercyblitz Oct 24, 2025
56e8f6b
Fix whitespace in DecoratedQueryMapEncoder
mercyblitz Oct 24, 2025
b1d921a
Remove unused imports and methods from test class
mercyblitz Oct 24, 2025
c8c58b4
Refactor FeignComponentRegistry interceptor map naming
mercyblitz Oct 25, 2025
fd14885
Refactor CompositedRequestInterceptor for clarity and reuse
mercyblitz Oct 25, 2025
4c1ca1b
Remove private constructor from NoOpRequestInterceptor
mercyblitz Oct 25, 2025
57e6081
Add unit tests for CompositedRequestInterceptor
mercyblitz Oct 25, 2025
960a3d8
Refactor to use FeignClientSpecification directly
mercyblitz Oct 25, 2025
6cb8199
Add class-level Javadoc to FeignClientSpecificationPostProcessor
mercyblitz Oct 25, 2025
71ab129
Use explicit beanFactory reference in getOrInstantiate
mercyblitz Oct 25, 2025
40f76f5
Refactor Feign component instantiation logic
mercyblitz Oct 25, 2025
c7c49f2
Refactor generics in DecoratedFeignComponentTest
mercyblitz Oct 25, 2025
b84ebb2
Refactor instantiate method to use findConstructor
mercyblitz Oct 25, 2025
e0f9862
Refactor DecoratedFeignComponentTest assertions
mercyblitz Oct 25, 2025
8eac9de
Fix default ErrorDecoder class in DecoratedErrorDecoder
mercyblitz Oct 25, 2025
f34e520
Use PageableSpringQueryMapEncoder as default encoder
mercyblitz Oct 25, 2025
472db31
Use bounded wildcard for componentType return type
mercyblitz Oct 25, 2025
9f501b2
Refine componentType return types in Feign components
mercyblitz Oct 25, 2025
267a580
Update type of componentType in loadInstance method
mercyblitz Oct 25, 2025
3874134
Update DecoratedFeignComponentTest.java
mercyblitz Oct 25, 2025
ff06818
Remove ReentrantReadWriteLock from DecoratedFeignComponent
mercyblitz Oct 25, 2025
ac1855b
Add braces to null checks in enrich methods
mercyblitz Oct 25, 2025
e1b2935
Rename DEFAULT_CLIENT_NAME to defaultClientName
mercyblitz Oct 25, 2025
7f8a690
Add unit test for AutoRefreshCapability
mercyblitz Oct 25, 2025
a072b29
Update AutoRefreshCapability.java
mercyblitz Oct 25, 2025
5d0c5ab
Add Mercy as author to AutoRefreshCapability
mercyblitz Oct 26, 2025
72e03d8
Refactor FeignComponentRegistry for improved clarity and validation
mercyblitz Oct 26, 2025
a40db1e
Add unit tests for FeignComponentRegistry
mercyblitz Oct 26, 2025
e0aca83
Expand test coverage for FeignComponentRegistry refresh
mercyblitz Oct 26, 2025
565bbc5
Refactor config normalization in FeignComponentRegistry
mercyblitz Oct 26, 2025
72d32aa
Merge pull request #68 from microsphere-projects/dev
mercyblitz Oct 26, 2025
3292630
Update Maven profile from release to publish
mercyblitz Oct 26, 2025
6612f40
Merge pull request #71 from microsphere-projects/release
mercyblitz Oct 26, 2025
d47e555
Update project version to 0.2.2-SNAPSHOT
mercyblitz Oct 27, 2025
b6742e4
Refactor ServiceInstanceUtils and update dependency version
mercyblitz Oct 27, 2025
80f1eec
Add test for parseWebEndpointMapping method
mercyblitz Oct 27, 2025
ad94ce2
Merge pull request #72 from microsphere-projects/dev
mercyblitz Oct 27, 2025
a127ed5
Merge pull request #75 from microsphere-projects/release
mercyblitz Oct 27, 2025
183015f
Update README.md
mercyblitz Oct 27, 2025
0591e48
Merge pull request #76 from microsphere-projects/dev
mercyblitz Oct 27, 2025
7e2a8f0
Bump project version to 0.2.3-SNAPSHOT
mercyblitz Oct 30, 2025
2846fbd
Add constant for ReactiveCommonsClientAutoConfiguration
mercyblitz Oct 30, 2025
968f304
Add test for REACTIVE_COMMONS_CLIENT_AUTO_CONFIGURATION_CLASS_NAME
mercyblitz Oct 30, 2025
87f874d
Remove trailing newline at end of Tomcat config file
mercyblitz Oct 30, 2025
defd11a
Remove trailing newlines at end of Java source files
mercyblitz Oct 30, 2025
6ebb04d
Remove trailing newline at end of file
mercyblitz Oct 30, 2025
07150fd
Make ServiceInstanceUtilsTest class public
mercyblitz Oct 30, 2025
084c75c
Add SimpleDiscoveryClientAutoConfiguration dependency
mercyblitz Oct 30, 2025
0ed9935
Refactor to extract Flux-to-List logic into helper method
mercyblitz Oct 30, 2025
8410de2
Refactor ReactiveDiscoveryClientAdapterTest setup and assertions
mercyblitz Oct 30, 2025
d6aa228
Add ReactiveDiscoveryClient auto-configuration class
mercyblitz Oct 30, 2025
91e5ddb
Add test for ReactiveDiscoveryClientAutoConfiguration
mercyblitz Oct 30, 2025
7c4d329
Add ReactiveDiscoveryClientAutoConfiguration import
mercyblitz Oct 30, 2025
f6ac59b
Update expected discovery clients count in test #78
mercyblitz Oct 30, 2025
816ddf2
Make STATUS_KEY public in SimpleServiceRegistry
mercyblitz Oct 30, 2025
2b4ca25
Refactor and enhance SimpleServiceRegistryTest
mercyblitz Oct 30, 2025
1f9ea52
Add setMetadata utility method to ServiceInstanceUtils
mercyblitz Oct 30, 2025
995d090
Add test for getMetadata and setMetadata methods
mercyblitz Oct 30, 2025
916dbd1
Refactor metadata handling in SimpleServiceRegistry
mercyblitz Oct 30, 2025
8778b01
Improve ServiceInstanceUtilsTest coverage and clarity
mercyblitz Oct 30, 2025
7d9011f
Add removeMetadata method to ServiceInstanceUtils
mercyblitz Oct 30, 2025
aacd289
Add test for removeMetadata in ServiceInstanceUtilsTest
mercyblitz Oct 30, 2025
5b6cb15
Refactor metadata updates to use utility methods
mercyblitz Oct 30, 2025
71b32cb
Add utility methods for ServiceInstance URI handling
mercyblitz Oct 30, 2025
bea5569
Add tests for getUri and getUriString methods
mercyblitz Oct 30, 2025
19273dc
Update ServiceInstanceUtilsTest for improved URI testing
mercyblitz Oct 30, 2025
bbf7df3
Update latest version numbers in README
mercyblitz Oct 30, 2025
4377ee9
Merge pull request #79 from microsphere-projects/dev
mercyblitz Oct 30, 2025
cd3f92e
Merge branch 'main' into release
mercyblitz Oct 30, 2025
33063cc
Merge pull request #81 from microsphere-projects/release
mercyblitz Oct 30, 2025
1d808c6
Bump project version to 0.2.4-SNAPSHOT
mercyblitz Oct 31, 2025
e8ff821
Add constants for reactive discovery client auto configs
mercyblitz Oct 31, 2025
e9c4aba
Add tests for new reactive discovery client constants
mercyblitz Oct 31, 2025
838b9f2
Add @AutoConfigureAfter to ReactiveDiscoveryClientAutoConfiguration
mercyblitz Oct 31, 2025
608b8f2
Add DiscoveryUtils utility class for service discovery
mercyblitz Oct 31, 2025
dca8d66
Add unit tests for DiscoveryUtils utility class
mercyblitz Oct 31, 2025
4cdf936
Add support for SimpleReactiveDiscoveryProperties
mercyblitz Oct 31, 2025
40ab6b8
Add constructor test for SimpleServiceRegistry
mercyblitz Oct 31, 2025
da39278
Add setProperties method to ServiceInstanceUtils
mercyblitz Oct 31, 2025
91605f7
Add test for setProperties in ServiceInstanceUtilsTest
mercyblitz Oct 31, 2025
d4ccf71
Set URI directly in setProperties method
mercyblitz Oct 31, 2025
dc714ce
Enhance DiscoveryUtils with property copying and null checks
mercyblitz Oct 31, 2025
7935f59
Default port in URL if ServiceInstance port is invalid
mercyblitz Oct 31, 2025
bcd555f
Add tests for getUriString and getUri without port
mercyblitz Oct 31, 2025
75aa901
Update property mapping in setProperties method
mercyblitz Oct 31, 2025
9e3928d
Remove unnecessary blank line in ServiceInstanceUtilsTest
mercyblitz Oct 31, 2025
e8920dd
Update pom.xml
mercyblitz Oct 31, 2025
cc321e8
Add constant for load balancer enabled property
mercyblitz Oct 31, 2025
55195f3
Add unit test for SpringCloudPropertyConstants
mercyblitz Oct 31, 2025
f49d2e4
Add ConditionalOnLoadBalancerEnabled annotation
mercyblitz Oct 31, 2025
4a73fd3
Add test for ConditionalOnLoadBalancerEnabled
mercyblitz Oct 31, 2025
2d51c53
Add property constant for Spring Cloud Util enablement
mercyblitz Oct 31, 2025
28df584
Add test for UTIL_ENABLED_PROPERTY_NAME constant
mercyblitz Oct 31, 2025
adf8b37
Refactor ConditionalOnLoadBalancerEnabledTest class usage
mercyblitz Oct 31, 2025
348a220
Add ConditionalOnUtilEnabled annotation
mercyblitz Oct 31, 2025
07a6b8b
Add test for ConditionalOnUtilEnabled annotation
mercyblitz Oct 31, 2025
1ae8929
Fix test class reference in condition test cases
mercyblitz Oct 31, 2025
37cb99c
Update ConditionalOnUtilEnabledTest.java
mercyblitz Oct 31, 2025
4a86a66
Update ConditionalOnLoadBalancerEnabledTest.java
mercyblitz Oct 31, 2025
0f8b69f
Update BeanUtils import to microsphere package in tests
mercyblitz Oct 31, 2025
754e504
Refactor conditional property tests to use shared base class
mercyblitz Oct 31, 2025
29641b9
Remove unused matchIfMissing attribute from annotation
mercyblitz Oct 31, 2025
3e9cf7c
Update ReactiveDiscoveryClientAdapter.java
mercyblitz Oct 31, 2025
9c96e04
Add tests for ReactiveDiscoveryClientAdapter.toList
mercyblitz Oct 31, 2025
367ef3b
Merge pull request #83 from microsphere-projects/dev
mercyblitz Oct 31, 2025
22bbdc4
Update README.md
mercyblitz Oct 31, 2025
fd1d5cd
Merge pull request #85 from microsphere-projects/dev
mercyblitz Oct 31, 2025
07c2f47
Merge pull request #87 from microsphere-projects/release
mercyblitz Oct 31, 2025
25e1fad
Bump project version to 0.2.5-SNAPSHOT
mercyblitz Nov 7, 2025
ede3b41
Update microsphere-spring-boot BOM version to 0.2.5
mercyblitz Nov 7, 2025
4dd31d7
Remove distribution and repository config from pom.xml
mercyblitz Nov 7, 2025
a036893
Update README.md
mercyblitz Nov 7, 2025
548048a
Update latest version numbers in README
mercyblitz Nov 7, 2025
f5d51e5
Fix static import for ArrayUtils.length
mercyblitz Nov 7, 2025
a4f33a7
Merge pull request #89 from microsphere-projects/dev
mercyblitz Nov 7, 2025
4e44d91
Merge pull request #90 from microsphere-projects/release
mercyblitz Nov 7, 2025
91525cf
Refactor logging to use microsphere logging API
mercyblitz Dec 1, 2025
9212fb9
Initial plan
Copilot Mar 21, 2026
8edf288
Add JavaDoc comments with Example Usage sections to discovery client …
Copilot Mar 21, 2026
59def04
Add JavaDoc comments with Example Usage sections to non-private methods
Copilot Mar 21, 2026
ab3719d
Add JavaDoc with Example Usage sections to non-private methods
Copilot Mar 21, 2026
e733ebc
Add JavaDoc with Example Usage sections to non-private methods missin…
Copilot Mar 21, 2026
99f5660
Add JavaDoc with Example Usage sections to non-private methods in ope…
Copilot Mar 21, 2026
6453215
Add JavaDoc to RegistrationEvent constructor and ServiceInstanceUtils…
Copilot Mar 21, 2026
ab55e7f
Merge pull request #92 from microsphere-projects/copilot/add-javadoc-…
mercyblitz Mar 22, 2026
5567283
Add Dependabot config for Maven updates
mercyblitz Mar 22, 2026
e96d6d2
Add workflow to auto-merge main into branches
mercyblitz Mar 22, 2026
f705899
Merge pull request #94 from microsphere-projects/dev
mercyblitz Mar 22, 2026
692616f
Bump org.testcontainers:testcontainers-bom from 2.0.1 to 2.0.4
dependabot[bot] Mar 22, 2026
91f48f8
Merge pull request #97 from microsphere-projects/dependabot/maven/org…
mercyblitz Mar 22, 2026
b593557
Use Maven Wrapper in CI workflow
mercyblitz Mar 23, 2026
30df613
Bump GH Actions to v5 and add release job
mercyblitz Mar 23, 2026
4966340
refactor: wrap unguarded logger calls in isXxxEnabled() guards
Copilot Mar 25, 2026
64f7dac
Bump parent pom version to 0.2.5
mercyblitz Mar 26, 2026
39ca7e0
Bump dependency versions; add 2025.1 profile
mercyblitz Mar 26, 2026
4b9765c
Trigger Maven workflow on main and dev pushes
mercyblitz Mar 26, 2026
7d8160c
Migrate Maven wrapper to script-only (3.3.4)
mercyblitz Mar 26, 2026
dd2ec8f
Add wiki docs generator and publish workflow
mercyblitz Mar 26, 2026
291a0a2
Merge pull request #102 from microsphere-projects/main
mercyblitz Mar 26, 2026
3733a25
Enable Spring test logging and tweak Feign config
mercyblitz Mar 26, 2026
ae35c7a
Add index parameter to testStart
mercyblitz Mar 26, 2026
f49aaed
Relax excludeMappings visibility and param type
mercyblitz Mar 27, 2026
7ee5b4a
Remove trailing newline in test file
mercyblitz Mar 27, 2026
f3fdbc5
Add excludeMappings test; use LoggingLevelsTest
mercyblitz Mar 27, 2026
ecbe9f8
Remove SpringLoggingTest annotation from test
mercyblitz Mar 27, 2026
e4182f2
Refactor testStart to use LoggingLevelsTest
mercyblitz Mar 27, 2026
81dcefd
Use LoggingLevelsTest instead of SpringLoggingTest
mercyblitz Mar 27, 2026
a65a1ff
Use assertEquals and add LoggingLevelsTest
mercyblitz Mar 27, 2026
0d3a83e
Reorder and consolidate imports in tests
mercyblitz Mar 27, 2026
ca479b9
Reorder static import in AQueryMapEncoder
mercyblitz Mar 27, 2026
7df91fb
Reorder static import in BQueryMapEncoder
mercyblitz Mar 27, 2026
48ad907
Merge pull request #101 from microsphere-projects/copilot/refactor-lo…
mercyblitz Mar 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "maven" # See documentation for possible values
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
Loading
Loading