Skip to content

Commit b686e76

Browse files
committed
Don't clutter log with messages about missing Activation API, as Cindy is not using Activation API.
1 parent cf8d8bd commit b686e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/CindyBootstrap.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public static void main(final String[] args) throws InterruptedException, Execut
116116
});
117117

118118
final var client = ClientBuilder.newClient()
119+
.property("jersey.config.disableDefaultProvider", "ALL")
119120
.register(FollowRedirects.class)
120121
.register(ICalendarMessageBodyReader.class);
121122
final var calendarSources = sources.stream().map(source -> new CalendarSource(source, client

0 commit comments

Comments
 (0)