You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-graphql/src/main/java/org/springframework/graphql/data/method/annotation/support/AnnotatedControllerConfigurer.java
+1-14
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2024 the original author or authors.
2
+
* Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: spring-graphql/src/main/java/org/springframework/graphql/observation/ExecutionRequestObservationContext.java
+1-20
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2020-2023 the original author or authors.
2
+
* Copyright 2020-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -48,15 +48,6 @@ public ExecutionInput getExecutionInput() {
48
48
returnthis.executionInput;
49
49
}
50
50
51
-
/**
52
-
* Return the {@link ExecutionInput input} for the request execution.
53
-
* @deprecated since 1.1.4 in favor of {@link #getExecutionInput()}
54
-
*/
55
-
@Deprecated(since = "1.1.4", forRemoval = true)
56
-
publicExecutionInputgetCarrier() {
57
-
returnthis.executionInput;
58
-
}
59
-
60
51
/**
61
52
* Return the {@link ExecutionResult result} for the request execution.
62
53
* @since 1.1.4
@@ -75,14 +66,4 @@ public void setExecutionResult(ExecutionResult executionResult) {
75
66
this.executionResult = executionResult;
76
67
}
77
68
78
-
/**
79
-
* Return the {@link ExecutionResult result} for the request execution.
80
-
* @deprecated since 1.1.4 in favor of {@link #getExecutionResult()}
0 commit comments