Skip to content

Commit

Permalink
Merge branch 'quarkusio:main' into go-offline-project
Browse files Browse the repository at this point in the history
  • Loading branch information
Noonchi1004 authored Oct 11, 2022
2 parents 3bfe709 + 14ab95c commit 066339f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ public static void generate(Map<DotName, MethodInfo> resourcesThatNeedCustomProd
ResultHandle quarkusRestContextHandle = m.invokeVirtualMethod(getContextMethodCreator.getMethodDescriptor(),
m.getThis());
ResultHandle extractorHandle = m.newInstance(
MethodDescriptor.ofConstructor(CookieParamExtractor.class, String.class),
m.getMethodParam(0));
MethodDescriptor.ofConstructor(CookieParamExtractor.class, String.class, String.class),
m.getMethodParam(0), m.loadNull());
ResultHandle resultHandle = m.invokeVirtualMethod(MethodDescriptor.ofMethod(CookieParamExtractor.class,
"extractParameter", Object.class, ResteasyReactiveRequestContext.class), extractorHandle,
quarkusRestContextHandle);
Expand Down

0 comments on commit 066339f

Please sign in to comment.