This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 44ed7a57b5 AXIS2-5929 REST GET request using Accept HTTP Header to
indicate JSON, does not working
44ed7a57b5 is described below
commit 44ed7a57b550403b53311026e4dd16832aa3925a
Author: Robert Lazarski <[email protected]>
AuthorDate: Mon Nov 11 16:20:43 2024 -1000
AXIS2-5929 REST GET request using Accept HTTP Header to indicate JSON, does
not working
---
modules/json/src/org/apache/axis2/json/AbstractJSONOMBuilder.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/json/src/org/apache/axis2/json/AbstractJSONOMBuilder.java
b/modules/json/src/org/apache/axis2/json/AbstractJSONOMBuilder.java
index da1fa31acc..8ce2c1f867 100644
--- a/modules/json/src/org/apache/axis2/json/AbstractJSONOMBuilder.java
+++ b/modules/json/src/org/apache/axis2/json/AbstractJSONOMBuilder.java
@@ -35,7 +35,7 @@ import java.io.Reader;
import java.io.StringReader;
import java.io.UnsupportedEncodingException;
-import javax.servlet.http.HttpServletRequest;
+import jakarta.servlet.http.HttpServletRequest;
/** Makes the OMSourcedElement object with the JSONDataSource inside. */