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
Description
Starting Jetty with JMX produces, for example:
2023-08-30 07:50:38.026:INFO :oejj.MetaData:main: Getter/setter type mismatch for mbean attribute tempDirectory in class org.eclipse.jetty.server.Server
...
2023-08-30 07:50:38.835:INFO :oejj.MetaData:main: Getter/setter type mismatch for mbean attribute configurationClasses in class org.eclipse.jetty.deploy.providers.ContextProvider
The log statement is redundant, as in both cases the matching setter exists, while overloaded versions may be there for convenience (for example when setting values from XML).
The text was updated successfully, but these errors were encountered:
Now the log statement is only emitted when there is no matching setter method, but a mismatched one exists.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
)
Now the log statement is only emitted when there is no matching setter method, but a mismatched one exists.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Jetty version(s)
12
Description
Starting Jetty with JMX produces, for example:
The log statement is redundant, as in both cases the matching setter exists, while overloaded versions may be there for convenience (for example when setting values from XML).
The text was updated successfully, but these errors were encountered: