Skip to content

Commit 3be842a

Browse files
authored
Merge pull request #27 from asaasdev/SKYW-184-FIX-Atualização-cadeia-certificado-Sefaz-MS
skyw-184 | fix atualização cadeia certificado sefaz ms
2 parents 1e72172 + 8a49a68 commit 3be842a

File tree

282 files changed

+46780
-319
lines changed

Some content is hidden

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

282 files changed

+46780
-319
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
java-version: 8
2121
- name: Cache SonarCloud packages
22-
uses: actions/cache@v1
22+
uses: actions/cache@v3
2323
with:
2424
path: ~/.sonar/cache
2525
key: ${{ runner.os }}-sonar

CHANGELOG.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
11
# Notas de versão
2-
3-
- Atualizacao de URL Webservice
4-
- Unificacao SVAN e SVC-AN Em Homologacao
5-
- Urls QRCode Rio de Janeiro
6-
- Add Url Inutilizacao SVC
7-
8-
- Atualizado Cacerts
9-
- Implementado NT2023.004
10-
- Implementado NT2019.001
11-
12-
- Atualizaçao de layout para Schemas PL.009n
2+
- Atualizado Cacert MS

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Java-NFe [![MIT License](https://img.shields.io/github/license/Samuel-Oliveira/Java_NFe.svg) ](https://github.com/Samuel-Oliveira/Java_NFe/blob/master/LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/br.com.swconsultoria/java-nfe.svg?label=Maven%20Central)](https://search.maven.org/artifact/br.com.swconsultoria/java-nfe/4.00.34/jar)
1+
# Java-NFe [![MIT License](https://img.shields.io/github/license/Samuel-Oliveira/Java_NFe.svg) ](https://github.com/Samuel-Oliveira/Java_NFe/blob/master/LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/br.com.swconsultoria/java-nfe.svg?label=Maven%20Central)](https://search.maven.org/artifact/br.com.swconsultoria/java-nfe/4.00.37/jar)
22
Biblioteca Java para consumo do WebService de NFe/NFCe
33

44
## Dúvidas, Sugestões ou Consultoria
@@ -17,7 +17,7 @@ Para Iniciar :
1717
<dependency>
1818
<groupId>br.com.swconsultoria</groupId>
1919
<artifactId>java-nfe</artifactId>
20-
<version>4.00.34</version>
20+
<version>4.00.37</version>
2121
</dependency>
2222
```
2323

@@ -29,7 +29,7 @@ repositories {
2929
}
3030
}
3131
dependencies {
32-
implementation "br.com.swconsultoria:java-nfe:4.00.34"
32+
implementation "br.com.swconsultoria:java-nfe:4.00.37"
3333
}
3434
```
3535

@@ -39,6 +39,23 @@ ________________________________________________________________________________
3939

4040
# Historico de Versões
4141

42+
## v4.00.37 - 05/04/2025 - Schemas PL.009p1
43+
- Atualizado CACERT
44+
45+
## v4.00.36 - 10/03/2025 - Schemas PL.009p1
46+
- Atualizado Endereços SVC
47+
48+
## v4.00.35 - 01/12/2024 - Schemas PL.009p1
49+
- Atualizado CACERT
50+
- Adicionado modo Multithreading
51+
- Atualizado Schemas para PL.009p1
52+
- Implementado NT2024.001
53+
- Implementado NT2024.003
54+
- Adicionado Evento Insucesso Entrega (NT2023.005)
55+
- Adicionado Evento Cancelamento Insucesso Entrega (NT2023.005)
56+
- Adicionado Evento Conciliacao Financeira (NT2024.002)
57+
- Adicionado Evento Cancelamento Conciliacao Financeira (NT2024.002)
58+
4259
## v4.00.34 - 08/06/2024 - Schemas PL.009n
4360
- Atualizacao de URL Webservice
4461
- Unificacao SVAN e SVC-AN Em Homologacao

pom-base.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>br.com.swconsultoria</groupId>
54
<artifactId>java-nfe</artifactId>
6-
<version>4.00.35-${versao}-SNAPSHOT</version>
5+
<version>4.00.38-${versao}-SNAPSHOT</version>
76
<name>Java_NFe</name>
87
<description>Api java para consumo do webService de nota fiscal eletronica</description>
98
<url>https://github.com/Samuel-Oliveira/Java_NFe</url>
@@ -83,7 +82,7 @@
8382
<dependency>
8483
<groupId>br.com.swconsultoria</groupId>
8584
<artifactId>java_certificado</artifactId>
86-
<version>3.6</version>
85+
<version>3.9</version>
8786
</dependency>
8887
<!-- Ini4J -->
8988
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>br.com.swconsultoria</groupId>
44
<artifactId>java-nfe</artifactId>
5-
<version>4.00.35-SNAPSHOT</version>
5+
<version>4.00.38-SNAPSHOT</version>
66
<name>Java_NFe</name>
77
<description>Api java para consumo do webService de nota fiscal eletronica</description>
88
<url>https://github.com/Samuel-Oliveira/Java_NFe</url>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>br.com.swconsultoria</groupId>
8686
<artifactId>java_certificado</artifactId>
87-
<version>3.6</version>
87+
<version>3.9</version>
8888
</dependency>
8989
<!-- Ini4J -->
9090
<dependency>

schemas.zip

21.4 KB
Binary file not shown.

schemas/EventoCancEConf_v1.00.xsd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe"
3+
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4+
attributeFormDefault="unqualified">
5+
<xs:include schemaLocation="leiauteEventoCancEConf_v1.00.xsd"/>
6+
<xs:element name="evento" type="TEvento">
7+
<xs:annotation>
8+
<xs:documentation>Schema XML de validação do evento de Cancelamento do Comprovante de Entrega da NFe</xs:documentation>
9+
</xs:annotation>
10+
</xs:element>
11+
</xs:schema>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe"
3+
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4+
attributeFormDefault="unqualified">
5+
<xs:include schemaLocation="leiauteEventoCancInsucessoNFe_v1.00.xsd"/>
6+
<xs:element name="evento" type="TEvento">
7+
<xs:annotation>
8+
<xs:documentation>Schema XML de validação do evento de Cancelamento do Comprovante de Entrega da NFe</xs:documentation>
9+
</xs:annotation>
10+
</xs:element>
11+
</xs:schema>

schemas/EventoEConf_v1.00.xsd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe"
3+
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4+
attributeFormDefault="unqualified">
5+
<xs:include schemaLocation="leiauteEventoEConf_v1.00.xsd"/>
6+
<xs:element name="evento" type="TEvento">
7+
<xs:annotation>
8+
<xs:documentation>Schema XML de validação do evento de Conciliação Financeira</xs:documentation>
9+
</xs:annotation>
10+
</xs:element>
11+
</xs:schema>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe"
3+
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4+
attributeFormDefault="unqualified">
5+
<xs:include schemaLocation="leiauteEventoInsucessoNFe_v1.00.xsd"/>
6+
<xs:element name="evento" type="TEvento">
7+
<xs:annotation>
8+
<xs:documentation>Schema XML de validação do evento de Insucesso na entrega da NF-e</xs:documentation>
9+
</xs:annotation>
10+
</xs:element>
11+
</xs:schema>

0 commit comments

Comments
 (0)