Skip to content

Commit 335964d

Browse files
committed
Update galley to 1.19 and add Proxy log
1 parent 2bba1c1 commit 335964d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/src/main/java/org/commonjava/indy/core/jaxrs/ProxySiteAccessResource.java

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public Response doGet( @Context final UriInfo uriInfo, @Context final HttpServle
7474
public Response doCreate( @PathParam( "site" ) final String site, @Context final HttpServletRequest request,
7575
@Context final UriInfo uriInfo )
7676
{
77+
logger.info( "Save Proxy Site: {}", site );
7778
proxySitesCache.saveProxySite( site );
7879
return Response.created( uriInfo.getRequestUri() ).build();
7980
}

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<indyModelVersion>1.5</indyModelVersion>
9595
<indyClientVersion>3.4.0</indyClientVersion>
9696
<atlasVersion>1.1.4</atlasVersion>
97-
<galleyVersion>1.19-SNAPSHOT</galleyVersion>
97+
<galleyVersion>1.19</galleyVersion>
9898
<weftVersion>1.24</weftVersion>
9999
<webdavVersion>3.2.1</webdavVersion>
100100
<!-- TODO: partyline is still needed for standalone mode, may be removed in future -->

0 commit comments

Comments
 (0)