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-context-support/src/main/java/org/springframework/scheduling/quartz/SchedulerFactoryBeanRuntimeHints.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
28
28
/**
29
29
* {@link RuntimeHintsRegistrar} implementation that makes sure {@link SchedulerFactoryBean}
Copy file name to clipboardExpand all lines: spring-jdbc/src/main/java/org/springframework/jdbc/datasource/embedded/EmbeddedDatabaseFactoryRuntimeHints.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2022 the original author or authors.
2
+
* Copyright 2002-2024 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.
@@ -24,9 +24,9 @@
24
24
importorg.springframework.lang.Nullable;
25
25
26
26
/**
27
-
* {@link RuntimeHintsRegistrar} implementation that registers reflection hints for
28
-
* {@code EmbeddedDataSourceProxy#shutdown} in order to allow it to be used as a bean
29
-
* destroy method.
27
+
* {@link RuntimeHintsRegistrar} implementation that registers reflection hints
28
+
* for {@code EmbeddedDataSourceProxy#shutdown} in order to allow it to be used
Copy file name to clipboardExpand all lines: spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/support/HandshakeWebSocketServiceRuntimeHints.java
+4-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2022 the original author or authors.
2
+
* Copyright 2002-2024 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.
@@ -22,8 +22,8 @@
22
22
importorg.springframework.lang.Nullable;
23
23
24
24
/**
25
-
* {@link RuntimeHintsRegistrar} implementation that registers reflection hints related to
26
-
* {@link HandshakeWebSocketService}.
25
+
* {@link RuntimeHintsRegistrar} implementation that registers reflection hints
Copy file name to clipboardExpand all lines: spring-websocket/src/main/java/org/springframework/web/socket/server/support/HandshakeHandlerRuntimeHints.java
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2023 the original author or authors.
2
+
* Copyright 2002-2024 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.
@@ -25,7 +25,7 @@
25
25
importorg.springframework.util.ClassUtils;
26
26
27
27
/**
28
-
* {@link RuntimeHintsRegistrar} implementation that registers reflection entries
28
+
* {@link RuntimeHintsRegistrar} implementation that registers reflection hints
29
29
* for {@link AbstractHandshakeHandler}.
30
30
*
31
31
* @author Sebastien Deleuze
@@ -61,6 +61,7 @@ class HandshakeHandlerRuntimeHints implements RuntimeHintsRegistrar {
0 commit comments