05c0caec0af0c2fc889ddf3e018b8e2cdb72467c
Files Diff
- Added: 28
- Removed: 9
- Renamed: 0
- Modified: 8
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
org.wildfly:wildfly-microprofile-config-smallrye:14.0.0.Final | |
Updated | |
From io.smallrye:smallrye-config 1.3.3 To 1.3.6 | |
From org.eclipse.microprofile.rest.client:microprofile-rest-client-api 1.0.1 To 1.2.1 | |
From org.eclipse.microprofile.rest.client:microprofile-rest-client-tck 1.0.1 To 1.2.1 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public registerClient(pat ProcessAnnotatedType<?>) : void renamed to public registerRestClient(type ProcessAnnotatedType<?>) : void in class org.jboss.resteasy.microprofile.client.RestClientExtension | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type clazz : Class to clazz : Class<?> in method private newInstanceOf(clazz Class<?>) : Object in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl | From | To | |
Inline Method | 1 | ||
Inline Method private populatePathParamMap(pathParam PathParam, pathParam2 PathParam, defaultName String, paramMap Map<String,Object>) : void inlined to private verifyInterface(typeDef Class<T>) : void in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl | From | To | |
Rename Variable | 3 | ||
Rename Variable t : Throwable to candidates : List<ResponseExceptionMapper> in method public filter(requestContext ClientRequestContext, responseContext ClientResponseContext) : void in class org.jboss.resteasy.microprofile.client.ExceptionMapping | From | To | |
Rename Variable candiate : ResponseExceptionMapper<?> to candidate : ResponseExceptionMapper in method public filter(requestContext ClientRequestContext, responseContext ClientResponseContext) : void in class org.jboss.resteasy.microprofile.client.ExceptionMapping | From | To | |
Rename Variable typeDef : Class<?> to javaClass : Class<?> in method public registerRestClient(type ProcessAnnotatedType<?>) : void in class org.jboss.resteasy.microprofile.client.RestClientExtension | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.jboss.resteasy.client.microprofile.MicroprofileClientBuilderResolver moved and renamed to org.jboss.resteasy.microprofile.client.BuilderResolver | From | To | |
Move And Rename Class org.jboss.resteasy.client.microprofile.MicroprofileClientBuilder moved and renamed to org.jboss.resteasy.microprofile.client.RestClientBuilderImpl | From | To | |
Move Class | 6 | ||
Move Class org.jboss.resteasy.client.microprofile.PartialResponse moved to org.jboss.resteasy.microprofile.client.PartialResponse | From | To | |
Move Class org.jboss.resteasy.client.microprofile.DefaultResponseExceptionMapper moved to org.jboss.resteasy.microprofile.client.DefaultResponseExceptionMapper | From | To | |
Move Class org.jboss.resteasy.cdi.microprofile.RestClientExtension moved to org.jboss.resteasy.microprofile.client.RestClientExtension | From | To | |
Move Class org.jboss.resteasy.client.microprofile.ExceptionMapping moved to org.jboss.resteasy.microprofile.client.ExceptionMapping | From | To | |
Move Class org.jboss.resteasy.cdi.microprofile.RestClientDelegateBean moved to org.jboss.resteasy.microprofile.client.RestClientDelegateBean | From | To | |
Move Class org.jboss.resteasy.client.microprofile.ConfigurationWrapper moved to org.jboss.resteasy.microprofile.client.ConfigurationWrapper | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute cfg : Config to config : Config in method package RestClientBuilderImpl() in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type t : Throwable to candidates : List<ResponseExceptionMapper> in method public filter(requestContext ClientRequestContext, responseContext ClientResponseContext) : void in class org.jboss.resteasy.microprofile.client.ExceptionMapping | From | To | |
Change Variable Type candiate : ResponseExceptionMapper<?> to candidate : ResponseExceptionMapper in method public filter(requestContext ClientRequestContext, responseContext ClientResponseContext) : void in class org.jboss.resteasy.microprofile.client.ExceptionMapping | From | To | |
Change Package | 2 | ||
Change Package org.jboss.resteasy.cdi.microprofile to org.jboss.resteasy.microprofile.client | From | To | |
Change Package org.jboss.resteasy.client.microprofile to org.jboss.resteasy.microprofile.client | From | To | |
Inline Variable | 1 | ||
Inline Variable cfg : Config in method package MicroprofileClientBuilder() from class org.jboss.resteasy.client.microprofile.MicroprofileClientBuilder | From | To | |
Extract Method | 2 | ||
Extract Method public readTimeout(time long, timeUnit TimeUnit) : RestClientBuilder extracted from public build(aClass Class<T>) : T in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl | From | To | |
Extract Method public connectTimeout(l long, timeUnit TimeUnit) : RestClientBuilder extracted from public build(aClass Class<T>) : T in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type proxyTypes : Set<Class<?>> to proxyTypes : Set<RestClientData> in class org.jboss.resteasy.microprofile.client.RestClientExtension | From | To | |
Rename Parameter | 1 | ||
Rename Parameter pat : ProcessAnnotatedType<?> to type : ProcessAnnotatedType<?> in method public registerRestClient(type ProcessAnnotatedType<?>) : void in class org.jboss.resteasy.microprofile.client.RestClientExtension | From | To |