Skip to content

Commit 7591db1

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

File tree

691 files changed

+2366
-2359
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

691 files changed

+2366
-2359
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.binary;
18+
package org.apache.shardingsphere.database.protocol.binary;
1919

2020
import lombok.Getter;
2121
import lombok.RequiredArgsConstructor;
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.binary;
18+
package org.apache.shardingsphere.database.protocol.binary;
1919

2020
/**
2121
* Binary column type.
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.binary;
18+
package org.apache.shardingsphere.database.protocol.binary;
1919

2020
import lombok.Getter;
2121
import lombok.RequiredArgsConstructor;
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
* limitations under the License.
1616
*/
1717

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

2020
import io.netty.buffer.ByteBuf;
2121
import io.netty.channel.ChannelHandlerContext;
22-
import org.apache.shardingsphere.db.protocol.packet.DatabasePacket;
23-
import org.apache.shardingsphere.db.protocol.payload.PacketPayload;
22+
import org.apache.shardingsphere.database.protocol.packet.DatabasePacket;
23+
import org.apache.shardingsphere.database.protocol.payload.PacketPayload;
2424

2525
import java.nio.charset.Charset;
2626
import java.util.List;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
* limitations under the License.
1616
*/
1717

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

2020
import io.netty.buffer.ByteBuf;
2121
import io.netty.buffer.ByteBufUtil;
2222
import io.netty.channel.ChannelHandlerContext;
2323
import io.netty.handler.codec.ByteToMessageCodec;
2424
import lombok.RequiredArgsConstructor;
2525
import lombok.extern.slf4j.Slf4j;
26-
import org.apache.shardingsphere.db.protocol.packet.DatabasePacket;
26+
import org.apache.shardingsphere.database.protocol.packet.DatabasePacket;
2727

2828
import java.util.List;
2929

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.constant;
18+
package org.apache.shardingsphere.database.protocol.constant;
1919

2020
/**
2121
* Authentication method.
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.constant;
18+
package org.apache.shardingsphere.database.protocol.constant;
1919

2020
import io.netty.util.AttributeKey;
2121
import lombok.AccessLevel;
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.constant;
18+
package org.apache.shardingsphere.database.protocol.constant;
1919

2020
import org.apache.shardingsphere.infra.database.core.spi.DatabaseTypedSPI;
2121
import org.apache.shardingsphere.infra.spi.annotation.SingletonSPI;
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.constant;
18+
package org.apache.shardingsphere.database.protocol.constant;
1919

2020
import lombok.AccessLevel;
2121
import lombok.NoArgsConstructor;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
* limitations under the License.
1616
*/
1717

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

20-
import org.apache.shardingsphere.db.protocol.payload.PacketPayload;
20+
import org.apache.shardingsphere.database.protocol.payload.PacketPayload;
2121

2222
/**
2323
* Database packet.

0 commit comments

Comments
 (0)