Skip to content

Commit acc5614

Browse files
authored
Rename package name from org.apache.shardingsphere.db.protocol to org.apache.shardingsphere.database.protocol (#36374)
1 parent 7591db1 commit acc5614

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.db.protocol.opengauss.codec;
18+
package org.apache.shardingsphere.database.protocol.opengauss.packet.command.codec;
1919

2020
import io.netty.buffer.ByteBuf;
2121
import io.netty.channel.ChannelHandlerContext;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.db.protocol.opengauss.packet.authentication;
18+
package org.apache.shardingsphere.database.protocol.opengauss.packet.command.packet.authentication;
1919

2020
import org.apache.shardingsphere.database.protocol.opengauss.packet.authentication.OpenGaussAuthenticationHexData;
2121
import org.junit.jupiter.api.Test;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.db.protocol.opengauss.packet.authentication;
18+
package org.apache.shardingsphere.database.protocol.opengauss.packet.command.packet.authentication;
1919

2020
import org.apache.shardingsphere.database.protocol.opengauss.constant.OpenGaussProtocolVersion;
2121
import org.apache.shardingsphere.database.protocol.opengauss.packet.authentication.OpenGaussAuthenticationHexData;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.db.protocol.opengauss.packet.command;
18+
package org.apache.shardingsphere.database.protocol.opengauss.packet.command.packet.command;
1919

2020
import io.netty.buffer.ByteBuf;
2121
import org.apache.shardingsphere.database.protocol.opengauss.packet.command.OpenGaussCommandPacketFactory;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.shardingsphere.db.protocol.opengauss.packet.command;
18+
package org.apache.shardingsphere.database.protocol.opengauss.packet.command.packet.command;
1919

2020
import org.apache.shardingsphere.database.protocol.opengauss.packet.command.OpenGaussCommandPacketType;
2121
import org.apache.shardingsphere.database.protocol.packet.command.CommandPacketType;

infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/reachability-metadata.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2251,49 +2251,49 @@
22512251
"condition": {
22522252
"typeReached": "org.apache.shardingsphere.proxy.frontend.netty.ServerHandlerInitializer"
22532253
},
2254-
"type": "org.apache.shardingsphere.db.protocol.codec.PacketCodec"
2254+
"type": "org.apache.shardingsphere.database.protocol.codec.PacketCodec"
22552255
},
22562256
{
22572257
"condition": {
2258-
"typeReached": "org.apache.shardingsphere.db.protocol.constant.DatabaseProtocolServerInfo"
2258+
"typeReached": "org.apache.shardingsphere.database.protocol.constant.DatabaseProtocolServerInfo"
22592259
},
2260-
"type": "org.apache.shardingsphere.db.protocol.firebird.constant.FirebirdProtocolDefaultVersionProvider"
2260+
"type": "org.apache.shardingsphere.database.protocol.firebird.constant.FirebirdProtocolDefaultVersionProvider"
22612261
},
22622262
{
22632263
"condition": {
2264-
"typeReached": "org.apache.shardingsphere.db.protocol.constant.DatabaseProtocolServerInfo"
2264+
"typeReached": "org.apache.shardingsphere.database.protocol.constant.DatabaseProtocolServerInfo"
22652265
},
2266-
"type": "org.apache.shardingsphere.db.protocol.mysql.constant.MySQLProtocolDefaultVersionProvider"
2266+
"type": "org.apache.shardingsphere.database.protocol.mysql.constant.MySQLProtocolDefaultVersionProvider"
22672267
},
22682268
{
22692269
"condition": {
22702270
"typeReached": "org.apache.shardingsphere.proxy.frontend.mysql.MySQLFrontendEngine"
22712271
},
2272-
"type": "org.apache.shardingsphere.db.protocol.mysql.netty.MySQLSequenceIdInboundHandler"
2272+
"type": "org.apache.shardingsphere.database.protocol.mysql.netty.MySQLSequenceIdInboundHandler"
22732273
},
22742274
{
22752275
"condition": {
22762276
"typeReached": "org.apache.shardingsphere.proxy.frontend.netty.ServerHandlerInitializer"
22772277
},
2278-
"type": "org.apache.shardingsphere.db.protocol.netty.ChannelAttrInitializer"
2278+
"type": "org.apache.shardingsphere.database.protocol.netty.ChannelAttrInitializer"
22792279
},
22802280
{
22812281
"condition": {
22822282
"typeReached": "org.apache.shardingsphere.proxy.frontend.netty.ServerHandlerInitializer"
22832283
},
2284-
"type": "org.apache.shardingsphere.db.protocol.netty.ProxyFlowControlHandler"
2284+
"type": "org.apache.shardingsphere.database.protocol.netty.ProxyFlowControlHandler"
22852285
},
22862286
{
22872287
"condition": {
2288-
"typeReached": "org.apache.shardingsphere.db.protocol.constant.DatabaseProtocolServerInfo"
2288+
"typeReached": "org.apache.shardingsphere.database.protocol.constant.DatabaseProtocolServerInfo"
22892289
},
2290-
"type": "org.apache.shardingsphere.db.protocol.opengauss.constant.OpenGaussProtocolDefaultVersionProvider"
2290+
"type": "org.apache.shardingsphere.database.protocol.opengauss.constant.OpenGaussProtocolDefaultVersionProvider"
22912291
},
22922292
{
22932293
"condition": {
2294-
"typeReached": "org.apache.shardingsphere.db.protocol.constant.DatabaseProtocolServerInfo"
2294+
"typeReached": "org.apache.shardingsphere.database.protocol.constant.DatabaseProtocolServerInfo"
22952295
},
2296-
"type": "org.apache.shardingsphere.db.protocol.postgresql.constant.PostgreSQLProtocolDefaultVersionProvider"
2296+
"type": "org.apache.shardingsphere.database.protocol.postgresql.constant.PostgreSQLProtocolDefaultVersionProvider"
22972297
},
22982298
{
22992299
"condition": {
@@ -12470,7 +12470,7 @@
1247012470
},
1247112471
{
1247212472
"condition": {
12473-
"typeReached": "org.apache.shardingsphere.db.protocol.mysql.constant.MySQLCharacterSet"
12473+
"typeReached": "org.apache.shardingsphere.database.protocol.mysql.constant.MySQLCharacterSet"
1247412474
},
1247512475
"glob": "META-INF/services/java.nio.charset.spi.CharsetProvider"
1247612476
},
@@ -12578,9 +12578,9 @@
1257812578
},
1257912579
{
1258012580
"condition": {
12581-
"typeReached": "org.apache.shardingsphere.db.protocol.constant.DatabaseProtocolServerInfo"
12581+
"typeReached": "org.apache.shardingsphere.database.protocol.constant.DatabaseProtocolServerInfo"
1258212582
},
12583-
"glob": "META-INF/services/org.apache.shardingsphere.db.protocol.constant.DatabaseProtocolDefaultVersionProvider"
12583+
"glob": "META-INF/services/org.apache.shardingsphere.database.protocol.constant.DatabaseProtocolDefaultVersionProvider"
1258412584
},
1258512585
{
1258612586
"condition": {

0 commit comments

Comments
 (0)