Skip to content

Commit

Permalink
Merge branch 'release/4.00.34'
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Oliveira committed Jun 8, 2024
2 parents 3b66d48 + 69dbbc2 commit 80fcc69
Show file tree
Hide file tree
Showing 105 changed files with 75,802 additions and 72,190 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ target/
.idea/
*.iml
/target/
/src/test/java/br/com/swconsultoria/nfe/teste/
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Notas de versão

- Atualizado Java Certificado
- Correcao Null Pointer quando Lista Repositorio Windows.
- Atualizacao de URL Webservice
- Unificacao SVAN e SVC-AN Em Homologacao
- Urls QRCode Rio de Janeiro
- Add Url Inutilizacao SVC

- Atualizado Cacerts
- Implementado NT2023.004
- Implementado NT2019.001

- Atualizaçao de layout para Schemas PL.009n
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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.33/jar)
# 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)
Biblioteca Java para consumo do WebService de NFe/NFCe

## Dúvidas, Sugestões ou Consultoria
Expand All @@ -17,7 +17,7 @@ Para Iniciar :
<dependency>
<groupId>br.com.swconsultoria</groupId>
<artifactId>java-nfe</artifactId>
<version>4.00.33</version>
<version>4.00.34</version>
</dependency>
```

Expand All @@ -29,7 +29,7 @@ repositories {
}
}
dependencies {
implementation "br.com.swconsultoria:java-nfe:4.00.33"
implementation "br.com.swconsultoria:java-nfe:4.00.34"
}
```

Expand All @@ -39,6 +39,16 @@ ________________________________________________________________________________

# Historico de Versões

## v4.00.34 - 08/06/2024 - Schemas PL.009n
- Atualizacao de URL Webservice
- Unificacao SVAN e SVC-AN Em Homologacao
- Urls QRCode Rio de Janeiro
- Add Url Inutilizacao SVC
- Atualizado Cacerts
- Implementado NT2023.004
- Implementado NT2019.001
- **Atenção: Atualizaçao de layout para Schemas PL.009n, faça o download dos Schemas Novamente.**

## v4.00.33 - 14/05/2024 - Schemas PL.009k
- Ajustes Busca de URL Contingencia SVC

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.swconsultoria</groupId>
<artifactId>java-nfe</artifactId>
<version>4.00.34-SNAPSHOT</version>
<version>4.00.35-SNAPSHOT</version>
<name>Java_NFe</name>
<description>Api java para consumo do webService de nota fiscal eletronica</description>
<url>https://github.com/Samuel-Oliveira/Java_NFe</url>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>br.com.swconsultoria</groupId>
<artifactId>java_certificado</artifactId>
<version>3.5</version>
<version>3.6</version>
</dependency>
<!-- Ini4J -->
<dependency>
Expand Down
Binary file modified schemas.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions schemas/leiauteConsStatServ_v4.00.xsd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- PL_006f versao com correcoes no xServ para tornar a literal STATUS obrigatoria 21/05/2010 -->
<xs:schema xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
attributeFormDefault="unqualified">
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:include schemaLocation="tiposBasico_v4.00.xsd"/>
<xs:complexType name="TConsStatServ">
<xs:annotation>
Expand Down
216 changes: 187 additions & 29 deletions schemas/leiauteNFe_v4.00.xsd

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ public static ConfiguracoesNfe criarConfiguracoes(EstadosEnum estado, AmbienteEn

log.info(String.format("JAVA-NFE | Samuel Oliveira | samuel@swconsultoria.com.br " +
"| VERSAO=%s | DATA_VERSAO=%s | PASTA_SCHEMAS=%s | AMBIENTE=%s | ESTADO=%s",
"4.00.33",
"14/05/2024",
"4.00.34",
"08/06/2024",
pastaSchemas,
ambiente,
estado.getNome().toUpperCase()));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@

package br.com.swconsultoria.nfe.schema_4.consReciNFe;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.*;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;

Expand All @@ -18,16 +12,16 @@
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
*
* <pre>
* &lt;complexType name="KeyInfoType"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="X509Data" type="{http://www.w3.org/2000/09/xmldsig#}X509DataType"/&gt;
* &lt;/sequence&gt;
* &lt;attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* &lt;complexType name="KeyInfoType">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="X509Data" type="{http://www.w3.org/2000/09/xmldsig#}X509DataType"/>
* &lt;/sequence>
* &lt;attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
Expand Down
Loading

0 comments on commit 80fcc69

Please sign in to comment.